Linked List
206. Reverse Linked List
Reverse a singly-linked list. This is the most fundamental pointer manipulation there is, and it's worth doing until it's muscle memory, because it's a component of a dozen harder problems (#143,…
Loading…
Reverse a singly-linked list. This is the most fundamental pointer manipulation there is, and it's worth doing until it's muscle memory, because it's a component of a dozen harder problems (#143,…
Loading…