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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,8 +193,9 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
193
193
-[2115. Find All Possible Recipes from Given Supplies](src/medium/FindAllPossibleRecipesFromGivenSupplies2115.kt) - [Leetcode link](https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies/description)`Array``BFS``DFS``Hash Set`
194
194
-[3169. Count Days Without Meetings](src/medium/CountDaysWithoutMeetings3169.kt) - [Leetcode link](https://leetcode.com/problems/count-days-without-meetings/description)`Array``BFS``DFS``Hash Set`
195
195
-[2033. Minimum Operations to Make a Uni-Value Grid](src/medium/MinimumOperationsToMakeUniValueGrid2033.kt) - [Leetcode link](https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-grid/description)`Array``Math``Sorting``Matrix`
196
+
-[1123. Lowest Common Ancestor of Deepest Leaves](src/medium/LowestCommonAncestorOfDeepestLeaves1123.kt) - [Leetcode link](https://leetcode.com/problems/lowest-common-ancestor-of-deepest-leaves/description/)`Array``Math``Sorting``Matrix`
-[2290. Minimum Obstacle Removal to Reach Corner](src/hard/MinimumObstacleRemovalToReachCorner2290.kt)[Leetcode link](https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner/)`Array``Breadth-First-Search``Graph``Heap(Priority Queue)``Matrix``Shortest Path`
199
200
-[2493. Divide Nodes Into the Maximum Number of Groups](src/hard/DivideNodesIntoTheMaximumNumberOfGroups2493.kt)[Leetcode link](https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups/description/)`Array``Breadth-First-Search``Graph``Heap(Priority Queue)``Matrix``Shortest Path`
200
-
-[2503. Maximum Number of Points From Grid Queries](src/hard/MaximumNumberOfPointsFromGridQueries2503.kt) - [Leetcode link](https://leetcode.com/problems/maximum-number-of-points-from-grid-queries/description)`Array``BFS``Sorting``Matrix``Heap (Priority Queue)`
201
+
-[2503. Maximum Number of Points From Grid Queries](src/hard/MaximumNumberOfPointsFromGridQueries2503.kt) - [Leetcode link](https://leetcode.com/problems/maximum-number-of-points-from-grid-queries/description)`DFS``BFS``Tree``Hash Table`
0 commit comments