forked from doocs/leetcode
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 2d7c1e4
feat: update lc problems (doocs#3381)
1 parent 20e15cd commit 2d7c1e4
File tree
37 files changed
+283
-162
lines changed- solution
- 0000-0099
- 0010.Regular Expression Matching
- 0075.Sort Colors
- 0085.Maximal Rectangle
- images
- 0200-0299/0277.Find the Celebrity
- images
- 0500-0599/0588.Design In-Memory File System
- 0600-0699/0642.Design Search Autocomplete System
- 0700-0799/0713.Subarray Product Less Than K
- 0800-0899
- 0840.Magic Squares In Grid
- 0898.Bitwise ORs of Subarrays
- 0900-0999/0930.Binary Subarrays With Sum
- 1000-1099/1002.Find Common Characters
- 1300-1399/1395.Count Number of Teams
- 1400-1499
- 1444.Number of Ways of Cutting a Pizza
- 1446.Consecutive Characters
- 1800-1899/1820.Maximum Number of Accepted Invitations
- 3000-3099
- 3047.Find the Largest Area of Square Inside Two Rectangles
- images
- 3077.Maximum Strength of K Disjoint Subarrays
- 3100-3199/3145.Find Products of Elements of Big Array
- 3200-3299
- 3237.Alt and Tab Simulation
- 3246.Premier League Table Ranking
- 3247.Number of Subsequences with Odd Sum
37 files changed
+283
-162
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original 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 | - | ||
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
29 | + | ||
34 | 30 |
| |
31 | + | ||
32 | + | ||
35 | 33 |
| |
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
34 | + | ||
41 | 35 |
| |
42 | 36 |
| |
43 | 37 |
| |
38 | + | ||
44 | 39 |
| |
45 | - | ||
46 | - | ||
47 | - | ||
48 | - | ||
40 | + | ||
41 | + | ||
49 | 42 |
| |
50 | - | ||
51 | - | ||
52 | - | ||
53 | - | ||
54 | - | ||
43 | + | ||
55 | 44 |
| |
56 | 45 |
| |
57 | 46 |
| |
58 | 47 |
| |
59 | - | ||
48 | + | ||
49 | + | ||
60 | 50 |
| |
61 | - | ||
51 | + | ||
52 | + | ||
62 | 53 |
| |
63 | 54 |
| |
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
55 | + | ||
56 | + | ||
57 | + | ||
68 | 58 |
| |
69 | 59 |
| |
60 | + | ||
70 | 61 |
| |
71 | - | ||
62 | + | ||
63 | + | ||
72 | 64 |
| |
73 | - | ||
65 | + | ||
66 | + | ||
74 | 67 |
| |
75 | 68 |
| |
76 | 69 |
| |
70 | + | ||
77 | 71 |
| |
78 | 72 |
| |
79 | 73 |
| |
|
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
0 commit comments