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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,11 +134,14 @@ If you want to use this project follow the steps [here](https://github.com/NineP
134
134
| 114. Flatten Binary Tree To Linked List |[🔗](https://leetcode.romitsagu.com/solutions/114/)|| Linked List, Stack, Tree, Depth-First Search, Binary Tree |
| 116. Populating Next Right Pointers In Each Node |[🔗](https://leetcode.romitsagu.com/solutions/116/)|| Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
137
+
| 117. Populating Next Right Pointers In Each Node II |[🔗](https://leetcode.romitsagu.com/solutions/117/)|| Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
| 121. Best Time To Buy And Sell Stock |[🔗](https://leetcode.romitsagu.com/solutions/121/)|| Array, Dynamic Programming |
140
141
| 122. Best Time To Buy And Sell Stock II |[🔗](https://leetcode.romitsagu.com/solutions/122/)|| Array, Dynamic Programming, Greedy |
141
142
| 123. Best Time To Buy And Sell Stock III |[🔗](https://leetcode.romitsagu.com/solutions/123/)|| Array, Dynamic Programming |
143
+
| 129. Sum Root To Leaf Numbers |[🔗](https://leetcode.romitsagu.com/solutions/129/)|| Tree, Depth-First Search, Binary Tree |
144
+
| 130. Surrounded Regions |[🔗](https://leetcode.romitsagu.com/solutions/130/)|| Array, Depth-First Search, Breadth-First Search, Union Find, Matrix |
142
145
| 134. Gas Station |[🔗](https://leetcode.romitsagu.com/solutions/134/)|| Array, Greedy |
| 136. Single Number |[🔗](https://leetcode.romitsagu.com/solutions/136/)|| Array, Bit Manipulation |
@@ -229,17 +232,22 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 404. Sum Of Left Leaves |[🔗](https://leetcode.romitsagu.com/solutions/404/)|| Tree, Depth-First Search, Breadth-First Search, Binary Tree |
232
236
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)|| Math, String, Bit Manipulation |
233
237
| 407. Trapping Rain Water II |[🔗](https://leetcode.romitsagu.com/solutions/407/)|| Array, Breadth-First Search, Heap (Priority Queue), Matrix |
| 414. Third Maximum Number |[🔗](https://leetcode.romitsagu.com/solutions/414/)|| Array, Sorting |
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)|| Array, Hash Table, Bit Manipulation, Trie |
244
+
| 434. Number Of Segments In A String |[🔗](https://leetcode.romitsagu.com/solutions/434/)|| String |
| 442. Find All Duplicates In An Array |[🔗](https://leetcode.romitsagu.com/solutions/442/)|| Array, Hash Table |
241
248
| 448. Find All Numbers Disappeared In An Array |[🔗](https://leetcode.romitsagu.com/solutions/448/)|| Array, Hash Table |
242
249
| 451. Sort Characters By Frequency |[🔗](https://leetcode.romitsagu.com/solutions/451/)|| Hash Table, String, Sorting, Heap (Priority Queue), Bucket Sort, Counting |
250
+
| 455. Assign Cookies |[🔗](https://leetcode.romitsagu.com/solutions/455/)|| Array, Two Pointers, Greedy, Sorting |
| 461. Hamming Distance |[🔗](https://leetcode.romitsagu.com/solutions/461/)|| Bit Manipulation |
245
253
| 464. Can I Win |[🔗](https://leetcode.romitsagu.com/solutions/464/)|| Math, Dynamic Programming, Bit Manipulation, Memoization, Game Theory, Bitmask |
@@ -386,6 +394,7 @@ If you want to use this project follow the steps [here](https://github.com/NineP
| 3790. Fruits Into Baskets II |[🔗](https://leetcode.romitsagu.com/solutions/3790/)|| Array, Binary Search, Segment Tree, Simulation, Ordered Set |
388
396
| 3791. Fruits Into Baskets III |[🔗](https://leetcode.romitsagu.com/solutions/3791/)|| Array, Binary Search, Segment Tree, Ordered Set |
397
+
| 3794. Find The Minimum Amount Of Time To Brew Potions |[🔗](https://leetcode.romitsagu.com/solutions/3794/)|| Array, Simulation, Prefix Sum |
| 116. Populating Next Right Pointers In Each Node |[🔗](https://leetcode.romitsagu.com/solutions/116/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
133
+
| 117. Populating Next Right Pointers In Each Node II |[🔗](https://leetcode.romitsagu.com/solutions/117/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Linked List, Tree, Depth-First Search, Breadth-First Search, Binary Tree |
| 121. Best Time To Buy And Sell Stock |[🔗](https://leetcode.romitsagu.com/solutions/121/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Dynamic Programming |
136
137
| 122. Best Time To Buy And Sell Stock II |[🔗](https://leetcode.romitsagu.com/solutions/122/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Dynamic Programming, Greedy |
137
138
| 123. Best Time To Buy And Sell Stock III |[🔗](https://leetcode.romitsagu.com/solutions/123/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Dynamic Programming |
139
+
| 129. Sum Root To Leaf Numbers |[🔗](https://leetcode.romitsagu.com/solutions/129/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Tree, Depth-First Search, Binary Tree |
140
+
| 130. Surrounded Regions |[🔗](https://leetcode.romitsagu.com/solutions/130/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Depth-First Search, Breadth-First Search, Union Find, Matrix |
138
141
| 134. Gas Station |[🔗](https://leetcode.romitsagu.com/solutions/134/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Greedy |
| 136. Single Number |[🔗](https://leetcode.romitsagu.com/solutions/136/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Bit Manipulation |
@@ -225,17 +228,22 @@ This is a repo to store my leetcode solutions but I went a bit Schizo with it an
| 404. Sum Of Left Leaves |[🔗](https://leetcode.romitsagu.com/solutions/404/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Tree, Depth-First Search, Breadth-First Search, Binary Tree |
228
232
| 405. Convert A Number To Hexadecimal |[🔗](https://leetcode.romitsagu.com/solutions/405/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Math, String, Bit Manipulation |
229
233
| 407. Trapping Rain Water II |[🔗](https://leetcode.romitsagu.com/solutions/407/)| <spanstyle="background-color:#ffffff1a; color:#f8615c; padding:2px6px; border-radius:6px;">Hard</span> | Array, Breadth-First Search, Heap (Priority Queue), Matrix |
| 414. Third Maximum Number |[🔗](https://leetcode.romitsagu.com/solutions/414/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Sorting |
| 421. Maximum Xor Of Two Numbers In An Array |[🔗](https://leetcode.romitsagu.com/solutions/421/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Hash Table, Bit Manipulation, Trie |
240
+
| 434. Number Of Segments In A String |[🔗](https://leetcode.romitsagu.com/solutions/434/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | String |
| 3790. Fruits Into Baskets II |[🔗](https://leetcode.romitsagu.com/solutions/3790/)| <spanstyle="background-color:#ffffff1a; color:#46c6c2; padding:2px6px; border-radius:6px;">Easy</span> | Array, Binary Search, Segment Tree, Simulation, Ordered Set |
384
392
| 3791. Fruits Into Baskets III |[🔗](https://leetcode.romitsagu.com/solutions/3791/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Binary Search, Segment Tree, Ordered Set |
393
+
| 3794. Find The Minimum Amount Of Time To Brew Potions |[🔗](https://leetcode.romitsagu.com/solutions/3794/)| <spanstyle="background-color:#ffffff1a; color:#fac31d; padding:2px6px; border-radius:6px;">Medium</span> | Array, Simulation, Prefix Sum |
0 commit comments