Skip to content

Jamesbarford/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄🎁 Advent of Code 2022! 🎁🎄

The focus is canonically correct answers; making the correct datastructure in c to solve the problem as opposed to hacking my way through. (Until things get to complex then I'll revert to hacking 😅).

Day PT1 PT2
1 ⭐️ ⭐️
2 ⭐️ ⭐️
3 ⭐️ ⭐️
4 ⭐️ ⭐️
5 ⭐️ ⭐️
6 ⭐️ ⭐️
7 ⭐️ ⭐️
8 ⭐️ ⭐️
9 ⭐️ ⭐️
10 ⭐️ ⭐️
11 ⭐️ ⭐️
12 ⭐️ ⭐️
13 ⭐️ ⭐️
14 ⭐️ ⭐️
15 ⭐️ ⭐️
16 ⭐️ ⭐️

Building 🎅🏻

I am leaning on some things I've built (for reading in a file), which are in the includes folder. This needs to be built first so the solutions can link against it.

cd ./includes && make

Each day is split into pt1 & pt2 with a Makefile meaning you should be able to run make in the folder, run the executable and it should just work™️.

Releases

No releases published

Packages

No packages published