-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
113 lines (113 loc) · 2.27 KB
/
Copy pathconfig.yml
File metadata and controls
113 lines (113 loc) · 2.27 KB
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
info:
description: Echte Fälle.
cases:
- title: "Tag 1"
index: 1
method: day1
remove_comments: true
path: data/day1.in
params:
year: 2020
tuple_size: 2
- title: "Tag 1*"
index: 1
method: day1
path: data/day1.in
remove_comments: true
params:
year: 2020
tuple_size: 3
- title: "Tag 2"
index: 2
method: day2
path: data/day2.in
remove_comments: true
params:
oldpolicy: true
- title: "Tag 2*"
index: 2
method: day2
path: data/day2.in
remove_comments: true
params:
oldpolicy: false
- title: "Tag 3"
index: 3
method: day3
path: data/day3.in
remove_comments: false
params:
directions: [ !!python/tuple [3, 1] ]
show_path: false
- title: "Tag 3*"
index: 3
method: day3
path: data/day3.in
remove_comments: false
params:
directions: [ !!python/tuple [1, 1], !!python/tuple [3, 1], !!python/tuple [5, 1], !!python/tuple [7, 1], !!python/tuple [1, 2] ]
show_path: false
- title: "Tag 4"
index: 4
method: day4
path: data/day4.in
remove_comments: false
params:
simple_check: true
show_passports: true
- title: "Tag 4*"
index: 4
method: day4
path: data/day4.in
remove_comments: false
params:
simple_check: false
show_passports: true
- title: "Tag 5"
index: 5
method: day5
path: data/day5.in
remove_comments: true
params:
first_part: true
show_boardingcodes: true
- title: "Tag 5*"
index: 5
method: day5
path: data/day5.in
remove_comments: true
params:
first_part: false
show_boardingcodes: false
- title: "Tag 6"
index: 6
method: day6
path: data/day6.in
remove_comments: true
params:
mode: any
- title: "Tag 6*"
index: 6
method: day6
path: data/day6.in
remove_comments: true
params:
mode: all
- title: "Tag 7"
index: 7
method: day7
path: data/day7.in
remove_comments: true
params:
first_part: true
show_bags: false
bag: shiny gold
- title: "Tag 7*"
index: 7
method: day7
path: data/day7.in
remove_comments: true
params:
first_part: false
show_bags: false
bag: shiny gold