Jamesbarford / aoc-2022

Advent Of Code 2022 In c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎄🎁 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™️.

About

Advent Of Code 2022 In c


Languages

Language:C 97.4%Language:Makefile 2.3%Language:Python 0.3%