1
0
Fork
You've already forked adventofcode
0
No description
  • C 44.4%
  • Python 26.6%
  • Rust 23.4%
  • Perl 3.7%
  • Makefile 0.9%
  • Other 1%
Erwin Harte b6bd1fc5bc Small utility to visualize the sample/input for day 9
These worked for my data:
 graph.py sample 0.1
 graph.py input 300
2025年12月12日 22:27:35 -08:00
2015 Year 2015, Day 8 2024年01月15日 21:45:34 -08:00
2019 Part 1 now functional, though still taking a few minutes for 'input' 2025年01月25日 22:56:50 -08:00
2022 Practice programs in C, using 2022 puzzles - Day 2 2023年12月09日 12:07:34 -08:00
2023 Python script to visualize the input for Year 2023, Day 25 2023年12月28日 21:40:34 -08:00
2024 Year 2024, Day 25 (Python) 2024年12月25日 09:49:59 -08:00
2025 Small utility to visualize the sample/input for day 9 2025年12月12日 22:27:35 -08:00
API Add .gitignore for API sub-directory 2023年12月09日 12:07:34 -08:00
docker Dockerfile & Makefile compiling with openssl, program.c shows sha256 of line 2023年12月14日 18:38:17 -08:00
modules Creating a reusable module for the Vector class 2024年12月22日 17:19:52 -08:00
templates Add refactored duration display and performance testing 2025年12月07日 19:45:24 -08:00
.gitignore Add __pycache__/ to .gitignore 2024年12月22日 17:21:35 -08:00
LICENSE Adding a license to the repo 2024年03月21日 21:07:28 -07:00
README.md Add reference to Rust in the README 2024年12月29日 16:17:07 -08:00

Advent Of Code

Check out the AoC website itself.

My solutions

I started participating in 2022, continued in 2023, and 2024.

Note: On Dec 9, 2023, I rewrote much of the repo history to remove the various input and sample* files, when I noticed a request to exclude those in the About page, which is why a lot of the commits are now from that day.

Some sideshows

  • A little bit of Docker help to run Linux tools in a macOS environment.
  • Some templates (C, Perl, Python, Rust) that provide a framework for getting started on the next challenge.