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 listNov 17, 2023 17:15AdrKAdrKScore: 21,353,773Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 17, 2023 17:1521,341,9807,959,041,5427,896,532,65302,285,568
2Nov 17, 2023 17:1521,353,7737,958,348,5807,900,896,09202,281,472
3Nov 17, 2023 17:1521,382,5257,974,921,7187,911,534,22202,281,472