problem | leetcode problem | links |
---|---|---|
2.1 Remove Dups | 🟡 1836. Remove Duplicates From an Unsorted Linked List | |
2.2 Return Kth to Last | 🟡 19. Remove Nth Node From End of List | python (two traverse) |
2.3 Delete Middle Node | 🟡 237. Delete Node in a Linked List | python |
2.4 Partition | 🟡 86. Partition List | |
2.5 Sum Lists | 🟡 2. Add Two Numbers, 🟡 445. Add Two Numbers II |
python |
2.6 Palindrome | 🟢 234. Palindrome Linked List | |
2,7 Intersection | 🟢 160. Intersection of Two Linked Lists | |
2.8 Loop Detection | 🟡 142. Linked List Cycle II |