Skip to content

Commit a80a921

Browse files
committed
UPDATE README.md
1 parent 9b0075d commit a80a921

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

LeetCode/0174. Dungeon Game/src/Solution.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://img.shields.io/badge/FINISHED-91-0aa?style=flat-square&logo=leetcode)
1+
![](https://img.shields.io/badge/FINISHED-92-0aa?style=flat-square&logo=leetcode)
22

33

44
| ID | Problem | Solution | Difficulty | Remark |
@@ -74,6 +74,7 @@
7474
| 0303 | [Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0303.%20Range%20Sum%20Query%20-%20Immutable/src/NumArray1.java) | Easy | |
7575
| 0307 | [Range Sum Query - Mutable](https://leetcode.com/problems/longest-increasing-subsequence/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0307.%20Range%20Sum%20Query%20-%20Mutable/src/NumArray.java) | Medium | |
7676
| 0309 | [Best Time to Buy and Sell Stock with Cooldown](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-cooldown/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0309.%20Best%20Time%20to%20Buy%20and%20Sell%20Stock%20with%20Cooldown/src/Solution.java) | Medium | DP |
77+
| 0332 | [Reconstruct Itinerary](https://leetcode-cn.com/problems/reconstruct-itinerary/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0332.%20Reconstruct%20Itinerary/src/Solution.java) | Medium | Graph |
7778
| 0338 | [Counting Bits](https://leetcode.com/problems/counting-bits/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0338.%20Counting%20Bits/src/Solution2.java) | Medium | |
7879
| 0343 | [Integer Break](https://leetcode.com/problems/integer-break/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0343.%20Integer%20Break/src/Solution.java) | Medium | |
7980
| 0344 | [Reverse String](https://leetcode.com/problems/reverse-string/) | [Solution](https://github.com/ChangleAmazing/DataStructure-Algorithm/blob/amazing/LeetCode/0344.%20Reverse%20String/src/Solution.java) | Easy | |

0 commit comments

Comments
 (0)