Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 312 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 312 Bytes

nthhighest

A small code sample that implements a data structure that tracks the Nth highest value in a stream of values. Run "mvn test" to validate code style, compile, and run tests.

Build Status