Day 18: Part 1 and 2

Signed-off-by: James Griffin <james@unsupervised.ca>
This commit is contained in:
2020-12-18 21:13:07 -04:00
parent 151e20f7b8
commit 31effe9cb4
9 changed files with 723 additions and 2 deletions

6
eighteen/sample.txt Normal file
View File

@@ -0,0 +1,6 @@
1 + 2 * 3 + 4 * 5 + 6
1 + (2 * 3) + (4 * (5 + 6))
2 * 3 + (4 * 5)
5 + (8 * 3 + 9 + 3 * 4 * 3)
5 * 9 * (7 * 3 * 3 + 9 * 3 + (8 + 6 * 4))
((2 + 4 * 9) * (6 + 9 * 8 + 6) + 6) + 2 + 4 * 2