happy-number-floyds-o1-space

Status: IN

`is_happy` uses Floyd's cycle detection (tortoise and hare) with O(1) space rather than a hash set, making it the same pattern used in `linked-list-cycle`.

Source: entries/2026/06/06/happy-number-solution.md

JSON