Skip to content

42LoCo42/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - 2022

Let's see how far I can get without using libraries other than base.
Update: I'm using vector for day 12 and containers for day 14.

Will probably rewrite (parts of) this in Rust at some point because I want to learn that language.

Also some of the solutions are horrendously slow lol.