File tree
115 files changed
+5446
-171
lines changed- solution
- 0000-0099/0014.Longest Common Prefix
- 0500-0599
- 0506.Relative Ranks
- 0594.Longest Harmonious Subsequence
- 0800-0899/0853.Car Fleet
- 0900-0999
- 0912.Sort an Array
- 0923.3Sum With Multiplicity
- 1100-1199
- 1152.Analyze User Website Visit Pattern
- 1153.String Transforms Into Another String
- 1300-1399
- 1340.Jump Game V
- 1375.Number of Times Binary String Is Prefix-Aligned
- 1400-1499/1498.Number of Subsequences That Satisfy the Given Sum Condition
- 1500-1599/1563.Stone Game V
- 1600-1699/1645.Hopper Company Queries II
- 1700-1799/1707.Maximum XOR With an Element From Array
- 2000-2099
- 2014.Longest Subsequence Repeated k Times
- 2099.Find Subsequence of Length K With the Largest Sum
- 2400-2499/2418.Sort the People
- 2500-2599/2593.Find Score of an Array After Marking All Elements
- 2600-2699/2611.Mice and Cheese
- 2900-2999/2948.Make Lexicographically Smallest Array by Swapping Elements
- 3300-3399
- 3304.Find the K-th Character in String Game I
- 3307.Find the K-th Character in String Game II
- 3333.Find the Original Typed String II
- 3500-3599
- 3540.Minimum Time to Visit All Houses
- 3595.Once Twice
- 3596.Minimum Cost Path with Alternating Directions I
- 3597.Partition String
- 3598.Longest Common Prefix Between Adjacent Strings After Removals
- 3599.Partition Array to Minimize XOR
- 3600-3699
- 3600.Maximize Spanning Tree Stability with Upgrades
- 3601.Find Drivers with Improved Fuel Efficiency
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+5446
-171
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 100 | + | |
103 | 101 |
| |
104 | 102 |
| |
105 | 103 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
100 |
| - | |
101 |
| - | |
| 99 | + | |
102 | 100 |
| |
103 | 101 |
| |
104 | 102 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
| 5 | + | |
8 | 6 |
| |
9 | 7 |
| |
10 | 8 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
177 | 199 |
| |
178 | 200 |
| |
179 | 201 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
173 | 195 |
| |
174 | 196 |
| |
175 | 197 |
| |
|
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + |
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
| 128 | + | |
131 | 129 |
| |
132 | 130 |
| |
133 | 131 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 120 | + | |
123 | 121 |
| |
124 | 122 |
| |
125 | 123 |
| |
|
0 commit comments