Skip to content

Commit 307f616

Browse files
iamAntimPalAntim-IWPIamShiwangi
committed
Update README.md
Co-Authored-By: Antim-IWP <203163676+Antim-IWP@users.noreply.github.com> Co-Authored-By: Shiwangi Srivastava <174641070+IamShiwangi@users.noreply.github.com>
1 parent 440dd04 commit 307f616

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

README.md

+14-19
Original file line numberDiff line numberDiff line change
@@ -156,50 +156,45 @@ This index provides a quick overview of all the problems and solutions available
156156

157157
- [**1004. Max Consecutive Ones III**](Solution/1004.%20Max%20Consecutive%20Ones%20III/readme.md)
158158
- [**104. Maximum Depth of Binary Tree**](Solution/104.%20Maximum%20Depth%20of%20Binary%20Tree/readme.md)
159+
- [**1071. Greatest Common Divisor of Strings**](Solution/1071.%20Greatest%20Common%20Divisor%20of%20Strings/readme.md)
159160
- [**11. Container With Most Water**](Solution/11.%20Container%20With%20Most%20Water/readme.md)
161+
- [**1137. N-th Tribonacci Number**](Solution/1137.%20N-th%20Tribonacci%20Number/readme.md)
162+
- [**1143. Longest Common Subsequence**](Solution/1143.%20Longest%20Common%20Subsequence/readme.md)
160163
- [**1161. Maximum Level Sum of a Binary Tree**](Solution/1161.%20Maximum%20Level%20Sum%20of%20a%20Binary%20Tree/readme.md)
161164
- [**1207. Unique Number of Occurrences**](Solution/1207.%20Unique%20Number%20of%20Occurrences/readme.md)
165+
- [**1268. Search Suggestions System**](Solution/1268.%20Search%20Suggestions%20System/readme.md)
166+
- [**1318. Minimum Flips to Make a OR b Equal to c**](Solution/1318.%20Minimum%20Flips%20to%20Make%20a%20OR%20b%20Equal%20to%20c/readme.md)
167+
- [**136. Single Number**](Solution/136.%20Single%20Number/readme.md)
162168
- [**1372. Longest ZigZag Path in a Binary Tree**](Solution/1372.%20Longest%20ZigZag%20Path%20in%20a%20Binary%20Tree/readme.md)
169+
- [**1431. Kids With the Greatest Number of Candies**](Solution/1431.%20Kids%20With%20the%20Greatest%20Number%20of%20Candies/readme.md)
163170
- [**1448. Count Good Nodes in Binary Tree**](Solution/1448.%20Count%20Good%20Nodes%20in%20Binary%20Tree/readme.md)
164171
- [**1456. Maximum Number of Vowels in a Substring of Given Length**](Solution/1456.%20Maximum%20Number%20of%20Vowels%20in%20a%20Substring%20of%20Given%20Length/readme.md)
165172
- [**1466. Reorder Routes to Make All Paths Lead to the City Zero**](Solution/1466.%20Reorder%20Routes%20to%20Make%20All%20Paths%20Lead%20to%20the%20City%20Zero/readme.md)
166173
- [**1493. Longest Subarray of 1's After Deleting One Element**](Solution/1493.%20Longest%20Subarray%20of%201's%20After%20Deleting%20One%20Element/readme.md)
167174
- [**151. Reverse Words in a String**](Solution/151.%20Reverse%20Words%20in%20a%20String/readme.md)
175+
- [**162. Find Peak Element**](Solution/162.%20Find%20Peak%20Element/readme.md)
168176
- [**1657. Determine if Two Strings Are Close**](Solution/1657.%20Determine%20if%20Two%20Strings%20Are%20Close/readme.md)
169177
- [**1679. Max Number of K-Sum Pairs**](Solution/1679.%20Max%20Number%20of%20K-Sum%20Pairs/readme.md)
178+
- [**17. Letter Combinations of a Phone Number**](Solution/17.%20Letter%20Combinations%20of%20a%20Phone%20Number/readme.md)
170179
- [**1732. Find the Highest Altitude**](Solution/1732.%20Find%20the%20Highest%20Altitude/readme.md)
180+
- [**1768. Merge Strings Alternately**](Solution/1768.%20Merge%20Strings%20Alternately/readme.md)
171181
- [**1926. Nearest Exit from Entrance in Maze**](Solution/1926.%20Nearest%20Exit%20from%20Entrance%20in%20Maze/readme.md)
182+
- [**198. House Robber**](Solution/198.%20House%20Robber/readme.md)
172183
- [**199. Binary Tree Right Side View**](Solution/199.%20Binary%20Tree%20Right%20Side%20View/readme.md)
173184
- [**206. Reverse Linked List**](Solution/206.%20Reverse%20Linked%20List/readme.md)
185+
- [**208. Implement Trie (Prefix Tree)**](Solution/208.%20Implement%20Trie%20(Prefix%20Tree)/readme.md)
174186
- [**2095. Delete the Middle Node of a Linked List**](Solution/2095.%20Delete%20the%20Middle%20Node%20of%20a%20Linked%20List/readme.md)
175187
- [**2130. Maximum Twin Sum of a Linked List**](Solution/2130.%20Maximum%20Twin%20Sum%20of%20a%20Linked%20List/readme.md)
176188
- [**215. Kth Largest Element in an Array**](Solution/215.%20Kth%20Largest%20Element%20in%20an%20Array/readme.md)
189+
- [**216. Combination Sum III**](Solution/216.%20Combination%20Sum%20III/readme.md)
177190
- [**2215. Find the Difference of Two Arrays**](Solution/2215.%20Find%20the%20Difference%20of%20Two%20Arrays/readme.md)
191+
- [**2300. Successful Pairs of Spells and Potions**](Solution/2300.%20Successful%20Pairs%20of%20Spells%20and%20Potions/readme.md)
178192
- [**2336. Smallest Number in Infinite Set**](Solution/2336.%20Smallest%20Number%20in%20Infinite%20Set/readme.md)
179193
- [**2352. Equal Row and Column Pairs**](Solution/2352.%20Equal%20Row%20and%20Column%20Pairs/readme.md)
180194
- [**236. Lowest Common Ancestor of a Binary Tree**](Solution/236.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree/readme.md)
181195
- [**238. Product of Array Except Self**](Solution/238.%20Product%20of%20Array%20Except%20Self/readme.md)
182196
- [**2390. Removing Stars From a String**](Solution/2390.%20Removing%20Stars%20From%20a%20String/readme.md)
183197
- [**2462. Total Cost to Hire K Workers**](Solution/2462.%20Total%20Cost%20to%20Hire%20K%20Workers/readme.md)
184-
- [**2542. Maximum Subsequence Score**](Solution/2542.%20Maximum%20Subsequence%20Score/readme.md)
185-
- [**283. Move Zeroes**](Solution/283.%20Move%20Zeroes/readme.md)
186-
- [**328. Odd Even Linked List**](Solution/328.%20Odd%20Even%20Linked%20List/readme.md)
187-
- [**334. Increasing Triplet Subsequence**](Solution/334.%20Increasing%20Triplet%20Subsequence/readme.md)
188-
- [**345. Reverse Vowels of a String**](Solution/345.%20Reverse%20Vowels%20of%20a%20String/readme.md)
189-
- [**374. Guess Number Higher or Lower**](Solution/374.%20Guess%20Number%20Higher%20or%20Lower/readme.md)
190-
- [**392. Is Subsequence**](Solution/392.%20Is%20Subsequence/readme.md)
191-
- [**394. Decode String**](Solution/394.%20Decode%20String/readme.md)
192-
- [**399. Evaluate Division**](Solution/399.%20Evaluate%20Division/readme.md)
193-
- [**437. Path Sum III**](Solution/437.%20Path%20Sum%20III/readme.md)
194-
- [**443. String Compression**](Solution/443.%20String%20Compression/readme.md)
195-
- [**450. Delete Node in a BST**](Solution/450.%20Delete%20Node%20in%20a%20BST/readme.md)
196-
- [**547. Number of Provinces**](Solution/547.%20Number%20of%20Provinces/readme.md)
197-
- [**643. Maximum Average Subarray I**](Solution/643.%20Maximum%20Average%20Subarray%20I/readme.md)
198-
- [**649. Dota2 Senate**](Solution/649.%20Dota2%20Senate/readme.md)
199-
- [**700. Search in a Binary Search Tree**](Solution/700.%20Search%20in%20a%20Binary%20Search%20Tree/readme.md)
200-
- [**724. Find Pivot Index**](Solution/724.%20Find%20Pivot%20Index/readme.md)
201-
- [**735. Asteroid Collision**](Solution/735.%20Asteroid%20Collision/readme.md)
202-
- [**841. Keys and Rooms**](Solution/841.%20Keys%20and%20Rooms/readme.md)
203198

204199
## 📂 Previous Solutions Directory
205200

0 commit comments

Comments
 (0)