Advent Of Code 2023 done in C.
Go to file
Alexander Andreev a92ae78e91
Added README.md.
2023-12-06 03:45:54 +04:00
day1 Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
day2 Day 2 part 2 complete! 2023-12-02 19:45:58 +04:00
day3 Bring ISDIGIT macro in part 1 of the day 3 as well. 2023-12-03 19:01:32 +04:00
day4 Let's introduce a special stackpointer_t type to represent a type of a stack pointer. 2023-12-04 18:49:03 +04:00
day5 Join omp pragmas 2023-12-06 03:45:36 +04:00
.gitignore Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
Makefile Day 5 part 2 complete! Heh, it takes around 91.217s +- 6s to run. :) So a test for day5 with my data is commented out. :) 2023-12-06 03:15:44 +04:00
README.md Added README.md. 2023-12-06 03:45:54 +04:00
run Init commit with a complete day 1. 2023-12-02 17:34:17 +04:00
test Day 5 part 2 complete! Heh, it takes around 91.217s +- 6s to run. :) So a test for day5 with my data is commented out. :) 2023-12-06 03:15:44 +04:00

README.md

Advent Of Code 2023 done in C

My machine has 8GiB of RAM and a 4-core Intel i5 4690 processor.

Day 5 part 2 takes 1m20s at average to complete with openmp, and 3m39.8s (single measure) without it.