[2016 all days] [C] Advent of Code 2016 in C

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • AdventOfCode2016

    Advent of Code 2016 (by Seng3694)

  • Hello everyone. I'm currently trying to catch up with the Advent of Code puzzles and just finished Year 2016 in C. On this journey my utility library grew quite a bit and maybe someone wants to use some of it or is interested in some implementations: - dynamic generic arrays - dynamic generic hash sets (open addressing) - dynamic generic min and max heap - MD5 hash algorithm - and some other helpful functions You can find all the solutions in my repository. It's barely documented and not perfect by any means so be careful when reusing any pieces of code. I had lots of fun implementing the interpreters. Finally an excuse to use computed gotos.

  • AdventOfCode2022.jl

    Advent of Code 2022 in Julia

  • If you want some inspiration, check out my repo (although it is not in C and the year is 2022).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aoc

    Advent of Code solutions (by sjmulder)

  • Personally I just stick to raw arrays for most days, usually with static storage (so pre-allocated). Keeps things simple! Here's my repo.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts