8000 GitHub - cnlohr/aoc2024_in_c
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cnlohr/aoc2024_in_c

Repository files navigation

aoc2024_in_c

My C (I'm experimenting with mixing old-style with new style) solutions to Advent of Code 2024

Three personal goals here:

  • Use K&R Style parsing.
  • Iterate on using less stdlibc.
  • Complete day 7.

In order to iterate more smoothly, I am using this as a test suite, as per the github CI.

We'll see how far I get.

To add:

  • Char-based list adding (not just int)

  • Match char compare - i.e. Is char # % . etc... yes no.

  • Create a RB Tree Multimap.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0