Skip to content

Commit

Permalink
Fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed-dash committed Jan 1, 2024
1 parent c36f4e2 commit bfc35f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AoC_2023/Dazbo's_Advent_of_Code_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3496,7 +3496,7 @@
"\n",
"I will BFS from the start position. My BFS should result in two paths being explored at the same time: i.e. because from any position in a closed loop, we can always walk in two directions.\n",
"\n",
"![BFS closed loop]((https://aoc.just2good.co.uk/assets/images/bfs_closed_loop.png))\n",
"![BFS closed loop](https://aoc.just2good.co.uk/assets/images/bfs_closed_loop.png)\n",
"\n",
"I'll make a `PipeGrid` class by extending my previous `Grid` class. In this class:\n",
"\n",
Expand Down

0 comments on commit bfc35f2

Please sign in to comment.