[2022 All Days]

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

Our great sponsors
  • Sonar - Write Clean Python Code. Always.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • advent-of-code

    For sharing my adventofcode.com solutions (by kbielefe)

    Here's mine. Most of it I wrote in prior years, but refined this year. To account for problem-specific details, the functions are very generic and higher-order. It has a handful of well-known algorithms like A* and Floyd-Warshall, some handy data structures like circular buffers and intervals, and some type classes that are useful for parsing puzzle input.

  • AdventOfCode

    My solutions for all years of Advent of Code in Python 3 and Rust (by benediktwerner)

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • advent-of-code

    Python solutions for Advent of Code (by bernikr)

    Mine is here: https://github.com/bernikr/advent-of-code/blob/master/utils/aoc_utils.py

  • grapher

    Grapher is a Python class that generates a 2D graph object for displaying (x, y) data as text. (by dillweed)

    I made a Grapher class for this purpose. It generates an ascii 2d block of specified width and height with optional (x,y) offsets from the edge. https://github.com/dillweed/grapher

  • Play2022

    Neil Banman's Advent of Code submissions.

    Here you go.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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