Skip to content

Latest commit

 

History

120 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to Advent of Code.

Events

Summary

  • Using Python (>=3.9)
  • Only python standard library, no external package
  • solution_draft.ipynb is the solution used for contest
  • For some puzzles a soultion.ipynb exists, containing a cleaned up and commented solution
  • Not highly optimized, but all solutions are finding a solution in seconds or max. some minutes.

Helpfull stuff

  • Use regular expressions for parsing lines
  • Everything from functools, itertools and collections
  • Use complex numbers and sets to represent two-dimensional grid data

About

My solutions to Advent of Code

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages