-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsolutions.json
212 lines (212 loc) · 5.05 KB
/
solutions.json
1
2
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"136": {
"author": "Enoumy",
"name": "Single Number",
"path": "/single-number/Solution.java"
},
"125": {
"author": "Enoumy",
"name": "Valid Palindrome",
"path": "/valid-palindrome/Solution.java"
},
"20": {
"author": "Enoumy",
"name": "Valid Parentheses",
"path": "/valid-parentheses/Solution.java"
},
"929": {
"author": "Enoumy",
"name": "Unique Email Adresses",
"path": "/unique-email-addresses/Solution.java"
},
"709": {
"author": "Enoumy",
"name": "To Lower Case",
"path": "/to-lower-case/Solution.java"
},
"195": {
"author": "Enoumy",
"name": "Tenth Line",
"path": "/tenth-line/Solution.bash"
},
"101": {
"author": "Enoumy",
"name": "Symmetric Tree",
"path": "/symmetric-tree/Solution.java"
},
"73": {
"author": "Enoumy",
"name": "Set Matrix Zeroes",
"path": "/set-matrix-zeros/Solution.java"
},
"74": {
"author": "Enoumy",
"name": "Search a 2D Matrix",
"path": "/search-a-2d-matrix/Solution.java"
},
"100": {
"author": "Enoumy",
"name": "Same Tree",
"path": "/same-tree/Solution.java"
},
"48": {
"author": "xm94",
"name": "Rotate Image",
"path": "/rotate-image/Solution.java"
},
"13": {
"author": "Enoumy",
"name": "Roman to Integer",
"path": "/roman-to-integer/Solution.java"
},
"657": {
"author": "Enoumy",
"name": "Robot Return to Origin",
"path": "/robot-return-to-origin/Solution.java"
},
"917": {
"author": "Enoumy",
"name": "Reverse Only Letters",
"path": "/reverse-only-letters/Solution.java"
},
"187": {
"author": "Enoumy",
"name": "Repeated DNA Sequences",
"path": "/repeated-dna-sequences/Solution.java"
},
"695": {
"author": "xm94",
"name": "Max Area of Island",
"path": "/max-area-of-island/Solution.java"
},
"677": {
"author": "xm94",
"name": "Map Sum Pairs",
"path": "/map-sum-pairs/Solution.java"
},
"169": {
"author": "Enoumy",
"name": "Majority Element",
"path": "/majority-element/Solution.java"
},
"146": {
"author": "Enoumy",
"name": "LRU Cache",
"path": "/lru-cache/LRUCache.java"
},
"205": {
"author": "Enoumy",
"name": "Isomorphic Strings",
"path": "/isomorphic-strings/Solution.java"
},
"463": {
"author": "xm94",
"name": "Island Perimeter",
"path": "/island-perimeter/Solution.java"
},
"160": {
"author": "Enoumy",
"name": "Intersection of Two Linked Lists",
"path": "/intersection-of-two-linked-lists/Solution.java"
},
"49": {
"author": "Enoumy",
"name": "Group Anagrams",
"path": "/group-anagrams/Solution.py"
},
"733": {
"author": "esmacik",
"name": "Flood Fill",
"path": "/flood-fill/Solution.java"
},
"942": {
"author": "Enoumy",
"name": "DI String Match",
"path": "/di-string-match/Solution.java"
},
"138": {
"author": "Enoumy",
"name": "Copy List with Random Pointer",
"path": "/copy-list-with-random-pointer"
},
"165": {
"author": "Enoumy",
"name": "Compare Version Numbers",
"path": "/compare-version-numbers/Solution.java"
},
"704": {
"author": "Enoumy",
"name": "Binary Search",
"path": "/binary-search/Solution.py"
},
"1227": {
"author": "Enoumy",
"name": "Airplane Seat Assignment Probability",
"path": "/airplane-seat-assignment-probability/Solution.java"
},
"445": {
"author": "Enoumy",
"name": "Add Two Numbers II",
"path": "/add-two-numbers-II/Solution.java"
},
"989": {
"author": "Enoumy",
"name": "Add to Array-Form of Integer",
"path": "/add-to-array-form-of-integer/Solution.java"
},
"258": {
"author": "Enoumy",
"name": "Add Digits",
"path": "/add-digits/Solution.java"
},
"67": {
"author": "Enoumy",
"name": "Add Binary",
"path": "/add-binary/Solution.java"
},
"717": {
"author": "Enoumy",
"name": "1-bit and 2-bit Characters",
"path": "/1-bit-and-2-bit-characters/Solution.py"
},
"1535": {
"author": "rimesta21",
"name": "Find the Winner of an Array Game",
"path": "/Array-Game-Rounds-Winner/src/main.java"
},
"42": {
"author": "xm94",
"name": "Trapping Rain Water",
"path": "/trapping-rain-water/Solution.java"
},
"883": {
"author": "xm94",
"name": "Projection Area of 3D Shapes",
"path": "/projection-area-of-3d-shapes/Solution.java"
},
"781": {
"author": "xm94",
"name": "Rabbits in Forest",
"path": "/rabbits-in-forest/Solution.java"
},
"334": {
"author": "xm94",
"name": "Increasing Triplet Subsequence",
"path": "/increasing-triplet-subsequence/Solution.java"
},
"950": {
"author": "xm94",
"name": "Reveal Cards In Increasing Order",
"path": "/reveal-cards-in-increasing-order/Solution.java"
},
"1282": {
"author": "xm94",
"name": "Group the People Given the Group Size They Belong To",
"path": "/group-people-given-group-size/Solution.java"
},
"45": {
"author": "Enoumy",
"name": "Jump Game II",
"path": "/jump-game-ii/solution.py"
}
}