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
| 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 ||
75
75
| 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 ||
76
76
| 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 |
77
78
| 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 ||
78
79
| 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 ||
0 commit comments