[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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. 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).

  4. aoc

    Discontinued 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

  • C programming language official site

    1 project | news.ycombinator.com | 12 Mar 2025
  • gulc: writing a clone of C++’s vector in C

    1 project | dev.to | 2 Feb 2025
  • Real time in no time

    1 project | dev.to | 9 Dec 2024
  • Advent of Docker: Day 0

    1 project | dev.to | 2 Dec 2024
  • My December Adventure (of code)

    1 project | dev.to | 1 Dec 2024