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 listMar 4, 2026 02:11olliecrowolliecrowScore: 12,230Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 01:5812,206122,156,98398,090,0002,001,0002,424,832
2Mar 4, 2026 02:1112,208121,681,04298,104,0002,002,0002,461,696
3Mar 4, 2026 01:5812,211125,591,96298,127,0002,002,0002,412,544
4Mar 4, 2026 02:1112,213128,065,25599,146,0001,001,0002,412,544
5Mar 4, 2026 01:5812,216124,970,78897,164,0003,005,0002,437,120
6Mar 4, 2026 01:2612,217123,333,22097,175,0003,005,0002,428,928
7Mar 4, 2026 01:5812,217121,073,33897,172,0003,005,0002,428,928
8Mar 4, 2026 01:2612,217120,626,47998,176,0002,003,0002,461,696
9Mar 4, 2026 02:1112,220124,439,36798,200,0002,004,0002,461,696
10Mar 4, 2026 02:1112,221121,677,27999,207,0001,002,0002,396,160
11Mar 4, 2026 01:4512,225120,139,23297,234,0003,007,0002,404,352
12Mar 4, 2026 01:5812,228132,890,97598,262,0002,005,0002,449,408
13Mar 4, 2026 01:4512,230121,256,497100,289,00002,424,832
14Mar 4, 2026 01:4512,236128,189,64999,335,0001,003,0002,457,600
15Mar 4, 2026 02:1112,238124,150,67598,344,0002,007,0002,420,736
16Mar 4, 2026 02:1112,238126,040,68098,346,0002,007,0002,523,136
17Mar 4, 2026 02:1112,244122,408,08699,400,0001,004,0002,420,736
18Mar 4, 2026 02:1112,249125,903,94599,434,0001,004,0002,408,448
19Mar 4, 2026 01:5812,251129,045,83499,452,0001,004,0002,420,736
20Mar 4, 2026 01:2612,253126,698,32299,471,0001,004,0002,449,408
21Mar 4, 2026 02:1112,261126,987,36299,533,0001,005,0002,416,640
22Mar 4, 2026 01:5812,272125,336,73097,643,0002,989,0002,281,472
23Mar 4, 2026 01:5812,284126,529,75096,741,0003,989,0002,424,832
24Mar 4, 2026 01:5824,945235,645,153204,552,00002,498,560