Commit cdacd48
File tree
Expand file treeCollapse file tree
3 files changed
+65
-27
lines changedFilter options
- leetcode/801-900/0822.Card-Flipping-Game
Expand file treeCollapse file tree
3 files changed
+65
-27
lines changedleetcode/801-900/0822.Card-Flipping-Game/README.md
Copy file name to clipboardExpand all lines: leetcode/801-900/0822.Card-Flipping-Game/README.md+17-14Lines changed: 17 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| - |
6 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
11 |
| - |
12 |
| - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
13 | 19 |
|
14 | 20 |
|
15 |
| - |
16 |
| - |
| 21 | + |
17 | 22 |
|
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 | 23 |
|
25 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
|
leetcode/801-900/0822.Card-Flipping-Game/Solution.go
Copy file name to clipboard+38-2Lines changed: 38 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
5 | 41 |
|
leetcode/801-900/0822.Card-Flipping-Game/Solution_test.go
Copy file name to clipboardExpand all lines: leetcode/801-900/0822.Card-Flipping-Game/Solution_test.go+10-11Lines changed: 10 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
15 | 15 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 16 | + |
| 17 | + |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 |
| - |
| 23 | + |
25 | 24 |
|
26 |
| - |
27 |
| - |
| 25 | + |
| 26 | + |
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
| 32 | + |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
37 |
| - |
| 36 | + |
38 | 37 |
|
39 | 38 |
|
0 commit comments