Status: IN
`third_max` uses `None` as a sentinel for unfilled slots, which is safe because the input domain is `int` only — no value in `nums` can collide with `None`.
Source: entries/2026/06/06/third-maximum-number-solution.md
JSON