forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
103 lines (103 loc) · 1.09 KB
/
config.py
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
# ignore problems that are unnecessary to refresh
skip_lc_problems = [
3,
30,
33,
34,
38,
39,
40,
57,
115,
128,
235,
236,
238,
258,
259,
261,
263,
266,
267,
269,
274,
275,
279,
280,
281,
282,
283,
298,
320,
336,
375,
465,
554,
638,
679,
682,
695,
753,
818,
822,
823,
824,
830,
860,
909,
936,
966,
972,
978,
983,
1096,
1187,
1244,
1266,
1396,
1511,
1538,
1555,
1565,
1587,
1599,
1620,
1657,
1675,
1702,
1717,
1754,
1760,
1797,
1846,
1850,
1891,
1899,
1928,
1994,
2004,
2010,
2043,
2111,
2117,
2140,
2145,
2164,
2178,
2241,
2288,
2303,
2353,
2362,
2488,
2525,
2578,
2606,
2643,
2677,
2682,
2731,
2788,
2790,
2800,
]