[2021 Day 13 pt 1] I was able to solve this puzzle, but I'm not sure how good my code is. I am curious what others think of if. I appreciate any advice!

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
  • adventofcode

    Advent of Code challenge solutions (by flwyd)

  • For AoC problems involving a grid, I often use a map/dictionary with 2D coordinates as keys. For example, my Raku solution for day 13 uses x,y strings as keys. I've also used a Pair class in other languages. And if you know how long the rows are you can always implement a 2D array as a 1D array with indexes like arr[row * SIZE + col].

  • 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
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