Skip to content

Commit 37d9427

Browse files
Update README.md
1 parent 3fc70a2 commit 37d9427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Happy to accept any contributions to this in any langugage.
4747
12. [Leet Code 283 Move Zeros](https://leetcode.com/problems/move-zeroes/solution/) | [Solution](./level_easy/LeetCode_283_MoveZeros_1.ts) | [Solution 2](./level_easy/LeetCode_283_MoveZeros_2.ts)
4848
13. [Leet Code 70 Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [Solution DP Top Down](./level_easy/LeetCode_70_Climbing_Stairs_Easy.ts) | [Solution DP Bottoms Up](level_easy/LeetCode_70_Climbing_Stairs_1_Easy.ts)
4949
14. [Leet Code 200 Number of Islands](https://leetcode.com/problems/number-of-islands/) | [Solution 1 DFS](./level_medium/LeetCode_200_NumberOfIslands.ts) | [Solution BFS](./level_medium/LeetCode_200_NumberOfIslands_1.ts) | [Solution Union Find](./level_medium/LeetCode_200_NumberOfIslands_2.ts)
50+
15. [Leet Code 362 Design Hit Counter](https://leetcode.com/problems/design-hit-counter/) | [Solution 1](./level_medium/LeetCode_362_Hit_Counter_1.ts)
5051

5152

5253
## Hard
@@ -146,4 +147,4 @@ Happy to accept any contributions to this in any langugage.
146147
* [Solution Dynamic Programming Bottoms Up](./dynamic_programming/MinCoinChange_2.ts)
147148
8. Maximum Ribbon Cut
148149
* [Solution Dynamic Programming Top Down](./dynamic_programming/MaximumRibbonCut_1.ts)
149-
* [Solution Dynamic Programming Bottoms Up](./dynamic_programming/MaximumRibbonCut_2.ts)
150+
* [Solution Dynamic Programming Bottoms Up](./dynamic_programming/MaximumRibbonCut_2.ts)

0 commit comments

Comments
 (0)