Use Livebook server to run these .livemd files.
$ livebook server
[Livebook] Application running at http://localhost:8080/?token=***Open the given link and then .livemd file you want.
Input can be found in the similarly-named files.
| Day | Notes |
|---|---|
| day12.livemd | BFS (Breadth-First Search) algorithm (with extra as counting number of steps to reach the goal to find the minimum) |