Back to DSA Patterns

Linked Lists Problems

Practice these problems to master fundamental linked list operations and common patterns.

0/7 Problems Complete

StatusProblem NameDifficultyProblem LinkVideo Solution
Reverse Linked ListEasyLeetCodeYouTube
Merge Two Sorted ListsEasyLeetCodeYouTube
Linked List CycleEasyLeetCodeYouTube
Remove Nth Node From End of ListMediumLeetCodeYouTube
Reorder ListMediumLeetCodeYouTube
Add Two NumbersMediumLeetCodeYouTube
Intersection of Two Linked ListsEasyLeetCodeYouTube