reverse-list-tests-cover-both-implementations

Status: IN

Every test case in `TestReverseList` runs against both `reverse_list` and `reverse_list_recursive` via the `_run_both` helper with `unittest.subTest`, ensuring behavioral equivalence with clear failure attribution.

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

JSON