cycle-detection-uses-identity-not-equality

Status: IN

Cycle detection in linked-list-cycle uses `is` (object identity), not `==` (value equality) — two distinct nodes with the same `val` never produce a false positive.

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

JSON