You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,7 +77,7 @@ Feel free to add issues, comment and pull request.
75
77
| Leetcode |[623. Add One Row to Tree](https://leetcode.com/problems/add-one-row-to-tree/description/)|[Java](./java/addOneRow.java)\|[Python](./Python/)||| Medium ||
76
78
| Leetcode |[662. Maximum Width of Binary Tree](https://leetcode.com/problems/maximum-width-of-binary-tree/description/)|[Java](./java/widthOfBinaryTree.java)\|[Python](./Python/)| O(n) | O(d) | Medium ||
| Leetcode |[328. Odd Even Linked List](https://leetcode.com/problems/odd-even-linked-list/description/)|[Java](./java/oddEvenList.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Medium ||
127
130
| Leetcode |[23. Merge k Sorted Lists](https://leetcode.com/problems/merge-k-sorted-lists/description/)|[Java](./java/mergeKLists.java)\|[Python](./Python/)|_O(n logk)_|_O(1)_| Medium ||
131
+
| Leetcode |[83. Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list/description/)|[Java](./java/deleteDuplicates.java)\|[Python](./Python/)|_O(n)_|_O(1)_| Easy ||
128
132
129
133
130
134
## TwoPointers
131
135
| Website | Title | Solution | Time | Space | Difficulty | Note|
0 commit comments