Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 560 Bytes

Advent of Code 2022

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.

Solutions' Notes

Day Notes
day12.livemd BFS (Breadth-First Search) algorithm (with extra as counting number of steps to reach the goal to find the minimum)