Median Sergey Svistunov

Find the median of 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 median value, printed as a decimal string. The median is defined as the element at index N/2 (i.e., a[50000000]) in the sorted array.

Back to listJun 16, 2026 13:49Maya RebholzMaya RebholzError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 16, 2026 13:50010,766,13301,582,0002,121,728expected "2187574001 ", got "4 "
2Jun 16, 2026 13:50010,730,07701,591,0002,121,728expected "2315108738 ", got "4 "
3Jun 16, 2026 13:50010,488,21301,554,0002,121,728expected "2156353794 ", got "4 "