forked from doocs/leetcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.py
73 lines (73 loc) · 826 Bytes
/
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
# ignore problems that are unnecessary to refresh
skip_lc_problems = [
320,
375,
465,
594,
638,
679,
682,
753,
799,
818,
824,
827,
860,
909,
930,
936,
966,
972,
978,
983,
1096,
1108,
1111,
1137,
1138,
1139,
1244,
1266,
1396,
1511,
1538,
1555,
1565,
1599,
1620,
1657,
1675,
1702,
1717,
1754,
1760,
1850,
1891,
1899,
1915,
1916,
1928,
1994,
2004,
2010,
2015,
2043,
2111,
2117,
2140,
2145,
2164,
2241,
2288,
2303,
2353,
2362,
2422,
2488,
2525,
2578,
2606,
2731,
2788,
2960,
]