1
1
{
2
2
"contest" : {},
3
3
"problem" : {
4
- "word-break" : {
5
- "name" : " word-break" ,
6
- "url" : " https://leetcode.com/problems/word-break/" ,
7
- "date" : " 22/08/2023 02:01:56" ,
8
- "cpp" : " " ,
9
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/word-break/solution.py" ,
10
- "tutorial" : " "
11
- },
12
- "car-fleet" : {
13
- "name" : " car-fleet" ,
14
- "url" : " https://leetcode.com/problems/car-fleet/" ,
15
- "date" : " 22/08/2023 02:01:56" ,
16
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/car-fleet/solution.h" ,
17
- "python" : " " ,
18
- "tutorial" : " "
19
- },
20
- "permutations" : {
21
- "name" : " permutations" ,
22
- "url" : " https://leetcode.com/problems/permutations/" ,
23
- "date" : " 22/08/2023 02:01:56" ,
24
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/permutations/solution.h" ,
25
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/permutations/solution.py" ,
26
- "tutorial" : " "
27
- },
28
- "card-flipping-game" : {
29
- "name" : " card-flipping-game" ,
30
- "url" : " https://leetcode.com/problems/card-flipping-game/" ,
31
- "date" : " 22/08/2023 02:01:56" ,
32
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/card-flipping-game/solution.h" ,
33
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/card-flipping-game/solution.py" ,
34
- "tutorial" : " "
35
- },
36
- "unique-paths-iii" : {
37
- "name" : " unique-paths-iii" ,
38
- "url" : " https://leetcode.com/problems/unique-paths-iii/" ,
39
- "date" : " 22/08/2023 02:01:56" ,
40
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/unique-paths-iii/solution.h" ,
41
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/unique-paths-iii/solution.py" ,
42
- "tutorial" : " "
43
- },
44
- "count-zero-request-servers" : {
45
- "name" : " count-zero-request-servers" ,
46
- "url" : " https://leetcode.com/problems/count-zero-request-servers/" ,
47
- "date" : " 22/08/2023 02:01:56" ,
48
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/count-zero-request-servers/solution.h" ,
49
- "python" : " " ,
50
- "tutorial" : " "
51
- },
52
- "utils" : {
53
- "name" : " utils" ,
54
- "url" : " https://leetcode.com/problems/utils/" ,
55
- "date" : " 22/08/2023 02:01:56" ,
56
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/utils/solution.h" ,
57
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/utils/solution.py" ,
58
- "tutorial" : " "
59
- },
60
- "remove-comments" : {
61
- "name" : " remove-comments" ,
62
- "url" : " https://leetcode.com/problems/remove-comments/" ,
63
- "date" : " 22/08/2023 02:01:56" ,
64
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/remove-comments/solution.h" ,
65
- "python" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-python/remove-comments/solution.py" ,
66
- "tutorial" : " "
67
- },
68
- "find-the-longest-semi-repetitive-substring" : {
69
- "name" : " find-the-longest-semi-repetitive-substring" ,
70
- "url" : " https://leetcode.com/problems/find-the-longest-semi-repetitive-substring/" ,
71
- "date" : " 22/08/2023 02:01:56" ,
72
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/find-the-longest-semi-repetitive-substring/solution.h" ,
73
- "python" : " " ,
74
- "tutorial" : " "
75
- },
76
- "count-pairs-of-nodes" : {
77
- "name" : " count-pairs-of-nodes" ,
78
- "url" : " https://leetcode.com/problems/count-pairs-of-nodes/" ,
79
- "date" : " 22/08/2023 02:01:56" ,
80
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/count-pairs-of-nodes/solution.h" ,
81
- "python" : " " ,
82
- "tutorial" : " "
83
- },
84
- "maximize-distance-to-closest-person" : {
85
- "name" : " maximize-distance-to-closest-person" ,
86
- "url" : " https://leetcode.com/problems/maximize-distance-to-closest-person/" ,
87
- "date" : " 22/08/2023 02:01:56" ,
88
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/maximize-distance-to-closest-person/solution.h" ,
89
- "python" : " " ,
90
- "tutorial" : " "
91
- },
92
- "minimum-degree-of-a-connected-trio-in-a-graph" : {
93
- "name" : " minimum-degree-of-a-connected-trio-in-a-graph" ,
94
- "url" : " https://leetcode.com/problems/minimum-degree-of-a-connected-trio-in-a-graph/" ,
95
- "date" : " 22/08/2023 02:01:56" ,
96
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/minimum-degree-of-a-connected-trio-in-a-graph/solution.h" ,
97
- "python" : " " ,
98
- "tutorial" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/minimum-degree-of-a-connected-trio-in-a-graph/README.md"
99
- },
100
- "last-moment-before-all-ants-fall-out-of-a-plank" : {
101
- "name" : " last-moment-before-all-ants-fall-out-of-a-plank" ,
102
- "url" : " https://leetcode.com/problems/last-moment-before-all-ants-fall-out-of-a-plank/" ,
103
- "date" : " 22/08/2023 02:01:56" ,
104
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/last-moment-before-all-ants-fall-out-of-a-plank/solution.h" ,
105
- "python" : " " ,
106
- "tutorial" : " "
107
- },
108
- "car-fleet-ii" : {
109
- "name" : " car-fleet-ii" ,
110
- "url" : " https://leetcode.com/problems/car-fleet-ii/" ,
111
- "date" : " 22/08/2023 02:01:56" ,
112
- "cpp" : " https://github.com/goodstudyqaq/leetcode/blob/main/problems-cpp/car-fleet-ii/solution.h" ,
113
- "python" : " " ,
114
- "tutorial" : " "
115
- }
116
4
}
117
5
}
0 commit comments