🔗
Start studying →Linked List
Pointer manipulation, reversal, and cycle detection
3 Easy2 Medium1 Hard
All Problems
| # | Problem | Difficulty |
|---|---|---|
| 206 | Reverse Linked List | Easy |
| 21 | Merge Two Sorted Lists | Easy |
| 141 | Linked List Cycle | Easy |
| 143 | Reorder List | Medium |
| 146 | LRU Cache | Medium |
| 23 | Merge K Sorted Lists | Hard |