linked-list-cycle-read-only

Status: IN

`hasCycle` never modifies the list — it is a purely read-only traversal, preserving the original structure.

Source: entries/2026/06/06/linked-list-cycle-solution.md

JSON