#algorithms
Data Structures and Algorithms

Linked List, common problems #2
Three more linked-list interview problems in Python, finding the kth node from the end, removing duplicates, and reversing a sublist.

Linked List, common problems #1
Three classic linked-list interview problems solved in Python, reversing a list, finding the middle node, and detecting a loop.