linked-list-intersection-identity-not-equality

Status: IN

`getIntersectionNode` uses `a is not b` (identity comparison), not value equality — two nodes with the same `val` at different addresses are not considered an intersection.

Source: entries/2026/06/06/intersection-of-two-linked-lists-solution.md

JSON