Skip to content

Commit 5a71bf9

Browse files
committed
Add problems
1 parent bb4928a commit 5a71bf9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.problemList.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"https://leetcode.com/problems/find-pivot-index/",
8181
"0724"
8282
],
83+
[
84+
"Range Sum Query - Immutable",
85+
"https://leetcode.com/problems/range-sum-query-immutable/",
86+
"0303"
87+
],
8388
[
8489
"Find All Numbers Disappeared In An Array",
8590
"https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/",
@@ -95,6 +100,11 @@
95100
"https://leetcode.com/problems/word-pattern/",
96101
"0290"
97102
],
103+
[
104+
"Design HashMap",
105+
"https://leetcode.com/problems/design-hashmap/",
106+
"0706"
107+
],
98108
[
99109
"Top K Frequent Elements",
100110
"https://leetcode.com/problems/top-k-frequent-elements/",
@@ -1306,6 +1316,11 @@
13061316
"https://leetcode.com/problems/unique-paths/",
13071317
"0062"
13081318
],
1319+
[
1320+
"Unique Paths II",
1321+
"https://leetcode.com/problems/unique-paths-ii/",
1322+
"0063"
1323+
],
13091324
[
13101325
"Longest Common Subsequence",
13111326
"https://leetcode.com/problems/longest-common-subsequence/",

0 commit comments

Comments
 (0)