Linked List
Key points:
When dereferencing a ListNode, make sure it's not a null pointer;
Never lose control of the head pointer.
Last updated
Was this helpful?
Key points:
When dereferencing a ListNode, make sure it's not a null pointer;
Never lose control of the head pointer.
Last updated
Was this helpful?