Add 2024 Quest 7
This commit is contained in:
parent
332e386213
commit
7cbe5875ea
8 changed files with 408 additions and 0 deletions
9
2024/day07_not_fast_but_furious/tests/challenge1
Normal file
9
2024/day07_not_fast_but_furious/tests/challenge1
Normal file
|
@ -0,0 +1,9 @@
|
|||
B:-,=,+,+,=,-,=,+,-,+
|
||||
E:-,+,-,=,=,+,+,+,-,=
|
||||
H:+,=,-,=,-,+,+,-,=,+
|
||||
D:+,+,-,=,-,=,+,=,+,-
|
||||
J:=,=,-,+,-,+,=,+,-,+
|
||||
K:+,+,=,-,+,-,-,=,+,=
|
||||
C:-,=,-,=,+,+,+,-,=,+
|
||||
G:+,+,=,=,-,-,+,+,=,-
|
||||
I:+,-,=,+,-,+,=,+,-,=
|
19
2024/day07_not_fast_but_furious/tests/challenge2
Normal file
19
2024/day07_not_fast_but_furious/tests/challenge2
Normal file
|
@ -0,0 +1,19 @@
|
|||
E:-,=,-,-,+,+,+,+,+,+,+,+,-,+,=,+,-,-,+,=,+,=,+,=,-,-,=,+,-,=,=,+,-,+,+,=,=,+,+,+
|
||||
G:=,=,-,-,+,+,+,=,-,=,=,+,=,-,+,+,+,+,=,-,+,+,=,+,-,=,-,=,+,+,-,+,+,+,-,+,+,-,+,+
|
||||
C:+,+,=,+,+,+,-,+,=,+,-,-,=,=,+,=,+,+,+,+,=,+,+,-,+,+,-,-,+,+,+,-,+,-,=,-,=,-,=,=
|
||||
J:+,+,-,+,+,=,=,+,-,+,+,-,=,-,+,-,+,+,+,=,=,+,=,=,+,-,+,-,=,+,+,+,-,+,+,=,+,=,-,-
|
||||
A:=,-,-,+,=,=,+,=,=,-,+,-,+,+,-,=,+,+,+,+,+,=,+,-,+,=,+,+,+,+,-,+,-,-,+,+,+,-,=,=
|
||||
K:=,+,-,=,-,=,+,-,-,=,+,-,-,+,+,+,-,+,-,+,=,+,+,-,+,=,+,+,+,+,=,=,+,+,+,=,+,-,=,+
|
||||
D:-,-,=,=,+,+,=,+,=,+,+,=,+,+,=,+,=,=,+,+,+,-,-,+,+,+,-,+,+,-,=,+,-,+,+,-,+,=,-,-
|
||||
I:-,-,=,+,-,+,-,+,+,+,+,=,+,=,-,+,+,+,+,=,-,=,+,+,=,+,+,=,=,-,+,+,-,=,+,-,+,+,=,-
|
||||
F:+,=,-,+,-,=,+,=,+,+,+,=,-,+,=,-,+,-,+,=,-,+,+,=,+,=,+,+,=,=,-,+,+,-,+,+,+,-,+,-
|
||||
|
||||
S-=++=-==++=++=-=+=-=+=+=--=-=++=-==++=-+=-=+=-=+=+=++=-+==++=++=-=-=--
|
||||
- -
|
||||
= =
|
||||
+ +
|
||||
= +
|
||||
+ =
|
||||
= =
|
||||
- -
|
||||
--==++++==+=+++-=+=-=+=-+-=+-=+-=+=-=+=--=+++=++=+++==++==--=+=++==+++-
|
12
2024/day07_not_fast_but_furious/tests/challenge3
Normal file
12
2024/day07_not_fast_but_furious/tests/challenge3
Normal file
|
@ -0,0 +1,12 @@
|
|||
A:+,+,-,+,=,+,+,-,=,-,=
|
||||
|
||||
S+= +=-== +=++= =+=+=--= =-= ++= +=- =+=++=-+==+ =++=-=-=--
|
||||
- + + + = = = = == = - - - = = =-= -
|
||||
= + + +-- =-= ==-==-= --++ + == == = + - = = ==++= =++=-=++
|
||||
+ + + = + = + + == == ++ = = = == = = =++=
|
||||
= = + + +== +== =++ == =+= = + +==-=++ = =++ --= + =
|
||||
+ ==- = + = = =+= = = ++-- + = = = =--= ==++==
|
||||
= ==- ==+-- = = = ++= +=-- ==+ ==--= +--+=-= ==- == =+= =
|
||||
- = = = = + + ==+ = = + = ++ = -
|
||||
- = + + = + - = + = = + = + = -
|
||||
--==++++==+=+++-= =-= =-+-= =+-= =-= =-- +=++=+++== -=+=++==+++-
|
4
2024/day07_not_fast_but_furious/tests/sample1
Normal file
4
2024/day07_not_fast_but_furious/tests/sample1
Normal file
|
@ -0,0 +1,4 @@
|
|||
A:+,-,=,=
|
||||
B:+,=,-,+
|
||||
C:=,-,+,+
|
||||
D:=,=,=,+
|
8
2024/day07_not_fast_but_furious/tests/sample2
Normal file
8
2024/day07_not_fast_but_furious/tests/sample2
Normal file
|
@ -0,0 +1,8 @@
|
|||
A:+,-,=,=
|
||||
B:+,=,-,+
|
||||
C:=,-,+,+
|
||||
D:=,=,=,+
|
||||
|
||||
S+===
|
||||
- +
|
||||
=+=-+
|
Loading…
Add table
Add a link
Reference in a new issue