forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 7d7863a
feat: update lc problems (doocs#3561)
1 parent 51350fe commit 7d7863a
File tree
31 files changed
+181
-145
lines changed- solution
- 0000-0099/0063.Unique Paths II
- 0100-0199/0191.Number of 1 Bits
- 0300-0399/0314.Binary Tree Vertical Order Traversal
- images
- 0400-0499/0428.Serialize and Deserialize N-ary Tree
- images
- 0900-0999/0929.Unique Email Addresses
- 1200-1299/1211.Queries Quality and Percentage
- 1600-1699/1666.Change the Root of a Binary Tree
- images
- 1800-1899/1858.Longest Word With All Prefixes
- 2000-2099/2073.Time Needed to Buy Tickets
- 2300-2399
- 2332.The Latest Time to Catch a Bus
- 2333.Minimum Sum of Squared Difference
- 2336.Smallest Number in Infinite Set
- 3100-3199/3128.Right Triangles
- 3200-3299
- 3271.Hash Divided String
- 3273.Minimum Amount of Damage Dealt to Bob
31 files changed
+181
-145
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | - | ||
23 | + | ||
24 | 24 |
| |
25 | - | ||
25 | + | ||
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | - | ||
45 | + | ||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | - | ||
30 | + | ||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | - | ||
37 | + | ||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
44 | + | ||
45 | 45 |
| |
46 | - | ||
47 | - | ||
46 | + | ||
47 | + | ||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 | - | ||
30 | + | ||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | - | ||
38 | + | ||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | + | ||
71 | + | ||
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
|
0 commit comments