Status: IN
`ListNode` is defined locally in each linked-list problem's `solution.py` rather than imported from a shared module — keeps solutions self-contained but means the class is duplicated across every linked-list problem in the repo.
Source: entries/2026/06/06/reverse-linked-list-solution.md
JSON