Loading Thita. Almost there...
Pattern 2 of 15
Master linked list manipulation including in-place reversal, merging sorted lists, detecting intersections, and reordering. Essential pointer manipulation techniques for interviews.
5
75 min
Learn to reorder and partition linked lists. Master techniques like swap pairs, rotate list, and odd-even separation.
Master 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.
Access theory, code examples, and practice problems.
Open DSA Learning Path