Skip to content

Zeko369/Advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-code-2022

Things I learned

  • day11 -> (a+b)%c = (a%c + b%c)%c -> this is useful for large numbers
  • day12 -> Sometimes to get shortest path with BFS it's easier to start from the end and go backwards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published