Skip to content

Latest commit

 

History

History

challenge-27

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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