Typo fix
This commit is contained in:
parent
ed3d8a86ca
commit
bef05278c2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Year 2016 Day 9
|
# Year 2015 Day 9
|
||||||
|
|
||||||
This day provides our first example of a graph traversal problem. We'll use a
|
This day provides our first example of a graph traversal problem. We'll use a
|
||||||
`Choose` based effectful breath first search to identify all the possible paths
|
`Choose` based effectful breath first search to identify all the possible paths
|
||||||
|
@ -292,3 +292,4 @@ public export
|
||||||
day9 : Day
|
day9 : Day
|
||||||
day9 = Both 9 part1 part2
|
day9 = Both 9 part1 part2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue