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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@
79
79
| 215 |[Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)|[Solution](largest_element%20_in_an_array.js)| 68 ms | 35.9 MB | Medium ||||
80
80
| 74 |[Search a 2D Matrix](https://leetcode.com/problems/search-a-2d-matrix/)|[Solution](search_a_2d_matrix.js)| 48 ms | 34.5 MB | Medium ||||
81
81
| 540 |[Single Element in a Sorted Array](https://leetcode.com/problems/single-element-in-a-sorted-array/)|[single_element_in_a_sorted_array.js](single_element_in_a_sorted_array.js)| 60 ms | 35.2 MB | Medium ||||
82
+
| 2 |[ Add Two Numbers](https://leetcode.com/problems/add-two-numbers)|[add_two_numbers.js](add_two_numbers.js)||| Medium ||||
82
83
| 347 |[Top K Frequent Elements](https://leetcode.com/problems/top-k-frequent-elements/)|[top_k_frequent_elements.js](top_k_frequent_elements.js)| 80 ms | 39.1 MB | Medium ||||
83
84
| 39 |[Combination Sum](https://leetcode.com/problems/combination-sum/)|[combination_sum.js](combination_sum.js)| 72 ms | 35.8 MB | Medium ||||
84
85
| 40 |[Combination Sum II](https://leetcode.com/problems/combination-sum-ii/)|[combination_sum_II.js](combination_sum_II.js)| 84 ms | 37.6 MB | Medium ||||
0 commit comments