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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,5 +62,17 @@ My Leetcode Solutions (125+): JavaScript and Python
62
62
|#138 Copy List with Random Pointer |[leetcode.com](https://leetcode.com/problems/copy-list-with-random-pointer/)| Medium | JS(55.83%)|JavaScript|
63
63
|#144 Binary Tree Preorder Traversal |[leetcode.com](https://leetcode.com/problems/binary-tree-preorder-traversal/)| Medium | JS(57.81%) Python(94.20%)|JavaScript and Python|
64
64
|#145 Binary Tree Postorder Traversal |[leetcode.com](https://leetcode.com/problems/binary-tree-postorder-traversal/)| Hard | JS(98.13%) Python(94.33%)|JavaScript and Python|
65
+
|#146 LRU Cache |[leetcode.com](https://leetcode.com/problems/lru-cache/)| Medium | JS(82.68%)|JavaScript|
66
+
|#148 Sort List |[leetcode.com](https://leetcode.com/problems/sort-list/)| Medium | JS(28.01%)|JavaScript|
67
+
|#153 Find Minimum in Rotated Sorted Array |[leetcode.com](https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/)| Medium | JS(64.09%) Python(86.18%)|JavaScript and Python|
68
+
|#160 Intersection of Two Linked Lists |[leetcode.com](https://leetcode.com/problems/intersection-of-two-linked-lists)| Easy | JS(58.10%)|JavaScript|
69
+
|#167 Two Sum II - Input array is sorted |[leetcode.com](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/)| Easy | JS(97.58%)|JavaScript|
70
+
|#173 Binary Search Tree Iterator |[leetcode.com](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/)| Medium | JS(97.90%)|JavaScript|
71
+
|#199 Binary Tree Right Side View |[leetcode.com](https://leetcode.com/problems/binary-tree-right-side-view/)| Medium | JS(81.90%) Python(86.12%)|JavaScript and Python|
72
+
|#200 Number of Islands |[leetcode.com](https://leetcode.com/problems/number-of-islands/)| Medium | JS(81.90%) Python(86.12%)|JavaScript and Python|
73
+
|#206 Reverse Linked List |[leetcode.com](https://leetcode.com/problems/reverse-linked-list)| Easy | JS(81.51%)|JavaScript|
74
+
|#215 Kth Largest Element in an Array |[leetcode.com](https://leetcode.com/problems/kth-largest-element-in-an-array)| Medium | JS(51.54%)|JavaScript|
75
+
|#226 Invert Binary Tree |[leetcode.com](https://leetcode.com/problems/invert-binary-tree/)| Easy | JS(93.18%)|JavaScript|
76
+
|#230 Kth Smallest Element in a BST |[leetcode.com](https://leetcode.com/problems/kth-smallest-element-in-a-bst/)| Medium | JS(54.47%)|JavaScript|
0 commit comments