TopK Sergey Svistunov

Find the sum of the 100 largest values in a stream of binary integers as fast as possible.

Input: 100 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: The uint64 sum of the top 100 greatest values, printed as a decimal string.

Back to listJul 27, 2024 17:35Matthew SillsMatthew SillsScore: 149,220Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2024 17:35144,483123,508,14353,458,62902,265,088
2Jul 27, 2024 17:35149,220135,408,03955,211,45002,269,184
3Jul 27, 2024 17:35150,449144,301,45255,666,07002,256,896