mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 05:10:32 +01:00
Partial solution for day 15 part 1.
Partial in the sense that it doesn't actually work for my input, only for the samples.
This commit is contained in:
7
2018/src/samples/15.1.txt
Normal file
7
2018/src/samples/15.1.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#######
|
||||
#.G...#
|
||||
#...EG#
|
||||
#.#.#G#
|
||||
#..G#E#
|
||||
#.....#
|
||||
#######
|
||||
7
2018/src/samples/15.2.txt
Normal file
7
2018/src/samples/15.2.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#######
|
||||
#G..#E#
|
||||
#E#E.E#
|
||||
#G.##.#
|
||||
#...#E#
|
||||
#...E.#
|
||||
#######
|
||||
7
2018/src/samples/15.3.txt
Normal file
7
2018/src/samples/15.3.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#######
|
||||
#E..EG#
|
||||
#.#G.E#
|
||||
#E.##E#
|
||||
#G..#.#
|
||||
#..E#.#
|
||||
#######
|
||||
7
2018/src/samples/15.4.txt
Normal file
7
2018/src/samples/15.4.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#######
|
||||
#E.G#.#
|
||||
#.#G..#
|
||||
#G.#.G#
|
||||
#G..#.#
|
||||
#...E.#
|
||||
#######
|
||||
7
2018/src/samples/15.5.txt
Normal file
7
2018/src/samples/15.5.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#######
|
||||
#.E...#
|
||||
#.#..G#
|
||||
#.###.#
|
||||
#E#G#G#
|
||||
#...#G#
|
||||
#######
|
||||
9
2018/src/samples/15.6.txt
Normal file
9
2018/src/samples/15.6.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
#########
|
||||
#G......#
|
||||
#.E.#...#
|
||||
#..##..G#
|
||||
#...##..#
|
||||
#...#...#
|
||||
#.G...G.#
|
||||
#.....G.#
|
||||
#########
|
||||
Reference in New Issue
Block a user