Loading Thita. Almost there...
Linked List Manipulation Patterns · 1 of 5
Learn to reorder and partition linked lists. Master techniques like swap pairs, rotate list, and odd-even separation.
Access the full theory, code examples, and practice problems.
Start LearningMaster in-place linked list reversal including full reversal, partial reversal, and k-group reversal techniques.
Learn to merge two sorted linked lists efficiently. Foundation for merge sort and k-way merge problems.
Master adding numbers represented as linked lists. Handle carry operations and different list lengths.
Learn to find the intersection point of two linked lists using the two-pointer technique.