File tree 1 file changed +20
-15
lines changed
1 file changed +20
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"py" : {
3
3
"level_problem_name" : {
4
- "level0" : 72 ,
5
- "level1" : 56 ,
4
+ "level0" : 74 ,
5
+ "level1" : 57 ,
6
6
"level2" : 17 ,
7
7
"level3" : 5
8
8
},
14
14
},
15
15
"level_problem_type_ratio" : {
16
16
"level0" : {
17
- "구현" : 122 ,
17
+ "구현" : 124 ,
18
18
"그리디" : 1
19
19
},
20
20
"level1" : {
21
- "구현" : 97 ,
21
+ "구현" : 98 ,
22
22
"그리디" : 2 ,
23
23
"비트연산" : 1 ,
24
24
"스택큐" : 2 ,
71
71
"max" : 6.0 ,
72
72
"min" : 1.0 ,
73
73
"print" : 2.0 ,
74
- "range" : 20 .0 ,
74
+ "range" : 22 .0 ,
75
75
"set" : 5.0 ,
76
76
"sorted" : 12.0 ,
77
77
"str" : 15.0 ,
111
111
"dict" : 1.0 ,
112
112
"enumerate" : 1.0 ,
113
113
"int" : 21.0 ,
114
- "len" : 50 .0 ,
114
+ "len" : 51 .0 ,
115
115
"list" : 9.0 ,
116
116
"map" : 3.0 ,
117
117
"max" : 6.0 ,
118
118
"min" : 6.0 ,
119
119
"ord" : 18.0 ,
120
120
"print" : 4.0 ,
121
- "range" : 60 .0 ,
121
+ "range" : 61 .0 ,
122
122
"reversed" : 1.0 ,
123
123
"set" : 10.0 ,
124
124
"sorted" : 11.0 ,
166
166
}
167
167
},
168
168
"function_method_sort" : {
169
- "range" : 100 .0 ,
170
- "len" : 89 .0 ,
169
+ "range" : 103 .0 ,
170
+ "len" : 90 .0 ,
171
171
".append" : 77.0 ,
172
172
"int" : 40.0 ,
173
173
"str" : 35.0 ,
178
178
"max" : 18.0
179
179
},
180
180
"problem_type_count" : {
181
- "구현" : 123 ,
181
+ "구현" : 126 ,
182
182
"스택큐" : 10 ,
183
183
"DFSBFS" : 4 ,
184
184
"완전탐색" : 3 ,
309
309
"years" : {
310
310
"2018" : 3 ,
311
311
"2019" : 1 ,
312
- "2021" : 3
312
+ "2021" : 3 ,
313
+ "2024" : 1
313
314
},
314
315
"year_type" : {
315
316
"구현" : {
316
317
"2018" : 1.0 ,
317
318
"2019" : 1.0 ,
318
- "2021" : 3.0
319
+ "2021" : 3.0 ,
320
+ "2024" : 1.0
319
321
},
320
322
"비트연산" : {
321
323
"2018" : 1.0 ,
322
324
"2019" : null ,
323
- "2021" : null
325
+ "2021" : null ,
326
+ "2024" : null
324
327
},
325
328
"스택큐" : {
326
329
"2018" : 1.0 ,
327
330
"2019" : null ,
328
- "2021" : null
331
+ "2021" : null ,
332
+ "2024" : null
329
333
}
330
334
},
331
335
"companys" : {
336
+ "PCCE 기출문제 9번" : 1 ,
332
337
"월간코드챌린지시즌2" : 1 ,
333
338
"월간코드챌린지시즌3" : 1 ,
334
339
"카카오" : 4 ,
335
- "프로그래머스" : 143
340
+ "프로그래머스" : 145
336
341
},
337
342
"company_type" : {
338
343
"카카오" : {
You can’t perform that action at this time.
0 commit comments