Skip to content

Commit 82c8639

Browse files
committed
Update README.md
1 parent 38af1a5 commit 82c8639

File tree

1 file changed

+56
-52
lines changed

1 file changed

+56
-52
lines changed

README.md

Lines changed: 56 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -122,61 +122,65 @@ This index provides a quick overview of all the problems and solutions available
122122

123123
### Problems by ID
124124

125-
- **1004. Max Consecutive Ones III**
126-
- **104. Maximum Depth of Binary Tree**
127-
- **11. Container With Most Water**
128-
- **1161. Maximum Level Sum of a Binary Tree**
129-
- **1207. Unique Number of Occurrences**
130-
- **1372. Longest ZigZag Path in a Binary Tree**
131-
- **1448. Count Good Nodes in Binary Tree**
132-
- **1456. Maximum Number of Vowels in a Substring of Given Length**
133-
- **1466. Reorder Routes to Make All Paths Lead to the City Zero**
134-
- **1493. Longest Subarray of 1's After Deleting One Element**
135-
- **151. Reverse Words in a String**
136-
- **1657. Determine if Two Strings Are Close**
137-
- **1679. Max Number of K-Sum Pairs**
138-
- **1732. Find the Highest Altitude**
139-
- **1926. Nearest Exit from Entrance in Maze**
140-
- **199. Binary Tree Right Side View**
141-
- **206. Reverse Linked List**
142-
- **2095. Delete the Middle Node of a Linked List**
143-
- **2130. Maximum Twin Sum of a Linked List**
144-
- **215. Kth Largest Element in an Array**
145-
- **2215. Find the Difference of Two Arrays**
146-
- **2336. Smallest Number in Infinite Set**
147-
- **2352. Equal Row and Column Pairs**
148-
- **236. Lowest Common Ancestor of a Binary Tree**
149-
- **238. Product of Array Except Self**
150-
- **2390. Removing Stars From a String**
151-
- **2462. Total Cost to Hire K Workers**
152-
- **2542. Maximum Subsequence Score**
153-
- **283. Move Zeroes**
154-
- **328. Odd Even Linked List**
155-
- **334. Increasing Triplet Subsequence**
156-
- **345. Reverse Vowels of a String**
157-
- **374. Guess Number Higher or Lower**
158-
- **392. Is Subsequence**
159-
- **394. Decode String**
160-
- **399. Evaluate Division**
161-
- **437. Path Sum III**
162-
- **443. String Compression**
163-
- **450. Delete Node in a BST**
164-
- **547. Number of Provinces**
165-
- **643. Maximum Average Subarray I**
166-
- **649. Dota2 Senate**
167-
- **700. Search in a Binary Search Tree**
168-
- **724. Find Pivot Index**
169-
- **735. Asteroid Collision**
170-
- **841. Keys and Rooms**
125+
- [**1004. Max Consecutive Ones III**](Solution/1004.%20Max%20Consecutive%20Ones%20III/readme.md)
126+
- [**104. Maximum Depth of Binary Tree**](Solution/104.%20Maximum%20Depth%20of%20Binary%20Tree/readme.md)
127+
- [**11. Container With Most Water**](Solution/11.%20Container%20With%20Most%20Water/readme.md)
128+
- [**1161. Maximum Level Sum of a Binary Tree**](Solution/1161.%20Maximum%20Level%20Sum%20of%20a%20Binary%20Tree/readme.md)
129+
- [**1207. Unique Number of Occurrences**](Solution/1207.%20Unique%20Number%20of%20Occurrences/readme.md)
130+
- [**1372. Longest ZigZag Path in a Binary Tree**](Solution/1372.%20Longest%20ZigZag%20Path%20in%20a%20Binary%20Tree/readme.md)
131+
- [**1448. Count Good Nodes in Binary Tree**](Solution/1448.%20Count%20Good%20Nodes%20in%20Binary%20Tree/readme.md)
132+
- [**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)
133+
- [**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)
134+
- [**1493. Longest Subarray of 1's After Deleting One Element**](Solution/1493.%20Longest%20Subarray%20of%201's%20After%20Deleting%20One%20Element/readme.md)
135+
- [**151. Reverse Words in a String**](Solution/151.%20Reverse%20Words%20in%20a%20String/readme.md)
136+
- [**1657. Determine if Two Strings Are Close**](Solution/1657.%20Determine%20if%20Two%20Strings%20Are%20Close/readme.md)
137+
- [**1679. Max Number of K-Sum Pairs**](Solution/1679.%20Max%20Number%20of%20K-Sum%20Pairs/readme.md)
138+
- [**1732. Find the Highest Altitude**](Solution/1732.%20Find%20the%20Highest%20Altitude/readme.md)
139+
- [**1926. Nearest Exit from Entrance in Maze**](Solution/1926.%20Nearest%20Exit%20from%20Entrance%20in%20Maze/readme.md)
140+
- [**199. Binary Tree Right Side View**](Solution/199.%20Binary%20Tree%20Right%20Side%20View/readme.md)
141+
- [**206. Reverse Linked List**](Solution/206.%20Reverse%20Linked%20List/readme.md)
142+
- [**2095. Delete the Middle Node of a Linked List**](Solution/2095.%20Delete%20the%20Middle%20Node%20of%20a%20Linked%20List/readme.md)
143+
- [**2130. Maximum Twin Sum of a Linked List**](Solution/2130.%20Maximum%20Twin%20Sum%20of%20a%20Linked%20List/readme.md)
144+
- [**215. Kth Largest Element in an Array**](Solution/215.%20Kth%20Largest%20Element%20in%20an%20Array/readme.md)
145+
- [**2215. Find the Difference of Two Arrays**](Solution/2215.%20Find%20the%20Difference%20of%20Two%20Arrays/readme.md)
146+
- [**2336. Smallest Number in Infinite Set**](Solution/2336.%20Smallest%20Number%20in%20Infinite%20Set/readme.md)
147+
- [**2352. Equal Row and Column Pairs**](Solution/2352.%20Equal%20Row%20and%20Column%20Pairs/readme.md)
148+
- [**236. Lowest Common Ancestor of a Binary Tree**](Solution/236.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree/readme.md)
149+
- [**238. Product of Array Except Self**](Solution/238.%20Product%20of%20Array%20Except%20Self/readme.md)
150+
- [**2390. Removing Stars From a String**](Solution/2390.%20Removing%20Stars%20From%20a%20String/readme.md)
151+
- [**2462. Total Cost to Hire K Workers**](Solution/2462.%20Total%20Cost%20to%20Hire%20K%20Workers/readme.md)
152+
- [**2542. Maximum Subsequence Score**](Solution/2542.%20Maximum%20Subsequence%20Score/readme.md)
153+
- [**283. Move Zeroes**](Solution/283.%20Move%20Zeroes/readme.md)
154+
- [**328. Odd Even Linked List**](Solution/328.%20Odd%20Even%20Linked%20List/readme.md)
155+
- [**334. Increasing Triplet Subsequence**](Solution/334.%20Increasing%20Triplet%20Subsequence/readme.md)
156+
- [**345. Reverse Vowels of a String**](Solution/345.%20Reverse%20Vowels%20of%20a%20String/readme.md)
157+
- [**374. Guess Number Higher or Lower**](Solution/374.%20Guess%20Number%20Higher%20or%20Lower/readme.md)
158+
- [**392. Is Subsequence**](Solution/392.%20Is%20Subsequence/readme.md)
159+
- [**394. Decode String**](Solution/394.%20Decode%20String/readme.md)
160+
- [**399. Evaluate Division**](Solution/399.%20Evaluate%20Division/readme.md)
161+
- [**437. Path Sum III**](Solution/437.%20Path%20Sum%20III/readme.md)
162+
- [**443. String Compression**](Solution/443.%20String%20Compression/readme.md)
163+
- [**450. Delete Node in a BST**](Solution/450.%20Delete%20Node%20in%20a%20BST/readme.md)
164+
- [**547. Number of Provinces**](Solution/547.%20Number%20of%20Provinces/readme.md)
165+
- [**643. Maximum Average Subarray I**](Solution/643.%20Maximum%20Average%20Subarray%20I/readme.md)
166+
- [**649. Dota2 Senate**](Solution/649.%20Dota2%20Senate/readme.md)
167+
- [**700. Search in a Binary Search Tree**](Solution/700.%20Search%20in%20a%20Binary%20Search%20Tree/readme.md)
168+
- [**724. Find Pivot Index**](Solution/724.%20Find%20Pivot%20Index/readme.md)
169+
- [**735. Asteroid Collision**](Solution/735.%20Asteroid%20Collision/readme.md)
170+
- [**841. Keys and Rooms**](Solution/841.%20Keys%20and%20Rooms/readme.md)
171171

172172
## 📂 Previous Solutions Directory
173173

174174
### Problems by ID
175175

176-
- **2115. Find All Possible Recipes from Given Supplies**
177-
- **2206. Divide Array Into Equal Pairs**
178-
- **2226. Maximum Candies Allocated to K Children**
179-
- **2560. House Robber IV**
180-
- **2594. Minimum Time to Repair Cars**
181-
- **3356. Zero Array Transformation II**
176+
- [**2115. Find All Possible Recipes from Given Supplies**](privious/2115.%20Find%20All%20Possible%20Recipes%20from%20Given%20Supplies.py)
177+
- [**2206. Divide Array Into Equal Pairs**](privious/2206.%20Divide%20Array%20Into%20Equal%20Pairs.py)
178+
- [**2226. Maximum Candies Allocated to K Children**](privious/2226.%20Maximum%20Candies%20Allocated%20to%20K%20Children.py)
179+
- [**2560. House Robber IV**](privious/2560.%20House%20Robber%20IV.py)
180+
- [**2594. Minimum Time to Repair Cars**](privious/2594.%20Minimum%20Time%20to%20Repair%20Cars.py)
181+
- [**3356. Zero Array Transformation II**](privious/3356.%20Zero%20Array%20Transformation%20II.py)
182+
183+
---
184+
185+
For detailed problem descriptions and solutions, navigate to the respective directories.
182186

0 commit comments

Comments
 (0)