Working on 2021 day 18

This commit is contained in:
2021-12-18 09:47:42 -06:00
parent 72be8f1ac5
commit 8a4a437947
5 changed files with 315 additions and 1 deletions

7
2021/day18/testinput Normal file
View File

@@ -0,0 +1,7 @@
[1,2]
[[1,2],3]
[9,[8,7]]
[[1,9],[8,5]]
[[[[1,2],[3,4]],[[5,6],[7,8]]],9]
[[[9,[3,8]],[[0,9],6]],[[[3,7],[4,9]],3]]
[[[[1,3],[5,3]],[[1,3],[8,7]]],[[[4,9],[6,9]],[[8,2],[7,3]]]]