Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 349 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 349 Bytes

MedianOnline

Online median checking from unsorted stream of integers.

To compile program just use make.

If you want to test it with basic randomly generated test use make runtest. This command would generate new test using Python with numpy. If you don't have it you can generate test by yourself or use test_in and test_out files.