Status: IN
`missing-number/solution.py` uses Gauss's formula `n*(n+1)//2 - sum(nums)` for O(n) time and O(1) space, rather than XOR, hash set, or sorting approaches.
Source: entries/2026/06/06/missing-number-solution.md
JSON