Status: IN
`smallerNumbersThanCurrent` uses counting sort + prefix sum over the fixed value range [0,100] to achieve O(n+k) time, avoiding the naive O(n²) pairwise comparison.
Source: entries/2026/06/06/how-many-numbers-are-smaller-than-the-current-number-solution.md