[2022 Day 22 (Part 2/3)] Solving generally without hardcoding

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
  • advent-of-code-2022

    Common lisp solutions to Advent of Code 2022 (by blake-watkins)

  • My current solution (in Common Lisp) solves both of those (hopefully correctly!)

  • advent-of-code

  • In my code I represented a quaternion as a four element list, and it can encode a 3D rotation around an axis. I wrote the basic functions for working with them almost straight from Wikipedia. There's only really four functions in my solution that use the basic functions: frame-forward, turn, rc-to-cube, and net-direction.

  • 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
  • advent-of-code-2022

    Advent of Code 2022 on the Flipper Zero (by itizir)

  • and managed to hack up a solution, even within the tight constraints i was working on this year (embedded device): https://github.com/itizir/advent-of-code-2022/blob/main/day22.c

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