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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ I have solved quite a number of problems from several topics. See the below tabl
264
264
|14|[895. Maximum Frequency Stack](https://tinyurl.com/szdk34w)|[Python](https://tinyurl.com/wu6rdaw/895_Maximum_Frequency_Stack.py)|[educative.io](https://tinyurl.com/w5cd6yh)| Hard | 📌 TODO: Check again |
265
265
|15|**[378. Kth Smallest Element in a Sorted Matrix](https://tinyurl.com/shz4289)**|[Python](https://tinyurl.com/wu6rdaw/378_Kth_Smallest_Element_in_a_Sorted_Matrix.py)|[educative.io](https://tinyurl.com/scbjgjd)| Hard | 📌 TODO: Check again the Binary Search approach. Very important |
266
266
|16|**[632. Smallest Range Covering Elements from K Lists](https://tinyurl.com/v3fshwo)**|[Python](https://tinyurl.com/wu6rdaw/632_Smallest_Range_Covering_Elements_from_K_Lists.py)|[educative.io](https://tinyurl.com/ubfua7f)| Hard | 📌 TODO: Check again. Very important |
267
-
|17|**[846. Hand of Straights](https://tinyurl.com/y2hfqqsv)**|[Python](https://tinyurl.com/wu6rdaw/846_Hand_of_Straights.py)|**[Art 1](https://tinyurl.com/tp46c6s)**|Hard| 📌 TODO: Check again. Very important |
267
+
|17|**[846. Hand of Straights](https://tinyurl.com/y2hfqqsv)**|[Python](https://tinyurl.com/wu6rdaw/846_Hand_of_Straights.py)|**[Art 1](https://tinyurl.com/w8pkf55)**|Medium| 📌 TODO: Check again. Very important |
268
268
269
269
</p>
270
270
</details>
@@ -340,6 +340,7 @@ Check this [golden](https://tinyurl.com/ujopecz) post.
340
340
|25|[257. Binary Tree Paths](https://leetcode.com/problems/binary-tree-paths/)|[Python](https://tinyurl.com/wu6rdaw/257_Binary_Tree_Paths.py)| --- | Easy | DFS |
341
341
|26|**[1145. Binary Tree Coloring Game](https://tinyurl.com/uukf2nm)**|[Python](https://tinyurl.com/wu6rdaw/1145_Binary_Tree_Coloring_Game.py)|[Art 1](https://tinyurl.com/v4k7jaj), [Art 2](https://tinyurl.com/rvwsjar)| Medium | DFS |
342
342
|27|**[298. Binary Tree Longest Consecutive Sequence](https://tinyurl.com/rw2sqxr)**|[Python](https://tinyurl.com/wu6rdaw/298_Binary_Tree_Longest_Consecutive_Sequence.py)|**[Art 1](https://tinyurl.com/wmlq6md)**| Medium | DFS |
0 commit comments