aboutsummaryrefslogtreecommitdiff
path: root/src/2022/day13/input0
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-12-13 18:01:35 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-12-13 18:01:35 +0800
commitdfd96e51c36f30a633ca9deb7be51628d85ac056 (patch)
tree589b5588af795b6a191c4d0dcbd846b5eb173134 /src/2022/day13/input0
parentf4a140d4bd7d0a7c2d39c7c266bf2a596f7df49c (diff)
downloadadvent-of-code-dfd96e51c36f30a633ca9deb7be51628d85ac056.tar.gz
advent-of-code-dfd96e51c36f30a633ca9deb7be51628d85ac056.zip
2022 day12 bfs
Diffstat (limited to 'src/2022/day13/input0')
-rw-r--r--src/2022/day13/input024
1 files changed, 24 insertions, 0 deletions
diff --git a/src/2022/day13/input0 b/src/2022/day13/input0
new file mode 100644
index 0000000..545cddd
--- /dev/null
+++ b/src/2022/day13/input0
@@ -0,0 +1,24 @@
+[1,1,3,1,1]
+[1,1,5,1,1]
+
+[[1],[2,3,4]]
+[[1],4]
+
+[9]
+[[8,7,6]]
+
+[[4,4],4,4]
+[[4,4],4,4,4]
+
+[7,7,7,7]
+[7,7,7]
+
+[]
+[3]
+
+[[[]]]
+[[]]
+
+[1,[2,[3,[4,[5,6,7]]]],8,9]
+[1,[2,[3,[4,[5,6,0]]]],8,9]
+