Status: IN
`sortByBits` computes popcount via `bin(x).count('1')` string counting rather than bitwise arithmetic (Kernighan's trick or lookup tables).
Source: entries/2026/06/06/sort-integers-by-the-number-of-1-bits-solution.md
JSON