Tag
3 posts tagged with linked-list.
Detecting a cycle in a singly-linked list using Floyd's two-pointer algorithm in Python
An iterative Python solution that reverses next pointers in place with three references
A Python solution that merges two sorted linked lists with a dummy node and moving pointers