Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

Witness of The Tall People

This problem was asked by Google.

Description

There are n people lined up, and each have a height represented as an integer.

A murder has happened right in front of them, and only people who are taller than everyone in front of them are able to see what has happened.

How many witnesses are there?

Example

Input:  [3, 6, 3, 4, 1] 
Output: 3
Explanation: Only [6, 4, 1] were able to see in front of them