Skip to content

cr0t/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published