List of problems I have solved so far
Easy
Question | Solution | Date | Comment |
---|---|---|---|
21. Merge Two Sorted Lists | |||
83. Remove Duplicates from Sorted List | |||
141. Linked List Cycle | |||
206. Reverse Linked List |
Medium
Question | Solution | Date | Comment |
---|---|---|---|
19. Remove Nth Node From End of List | |||
82. Remove Duplicates from Sorted List II | |||
138. Copy List with Random Pointer | |||
142. Linked List Cycle II |
Hard
Question | Solution | Date | Comment |
---|---|---|---|
23. Merge k Sorted Lists | |||
25. Reverse Nodes in k-Group |
Top comments (0)