Advent of Code 2021 day 09

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala (by sim642)

  • aoc2021

    AoC 2021 (by pwm)

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

    AOC challenge in Haskell (by giacomocavalieri)

  • Here's my solution, I really liked today's challenge. After solving part 2 I rewrote part 1 to use the same code that finds the basins. The code turned out to be very useful and the final solution is quite nice and succint.

  • aoc-hs

    Solutions to advent of code exercises in Haskell.

  • After a few false starts I found grid and it's so well-suited for the problem that the solution ended up being really elegant, IMO. The full solution is here but the meat of it is this function that turns a rectangular grid of squares mapped to Int into a grid of the same shape to Maybe (Point, Int). The value this function returns just needs some sorting, groupBy, and catMaybe.

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

  • Advent of Code 2021 day 25

    2 projects | /r/haskell | 24 Dec 2021
  • Advent of Code 2021 day 24

    2 projects | /r/haskell | 23 Dec 2021
  • Advent of Code 2021 day 22

    3 projects | /r/haskell | 21 Dec 2021
  • Advent of Code 2021 day 19

    3 projects | /r/haskell | 18 Dec 2021
  • Advent of Code 2021 day 16

    2 projects | /r/haskell | 15 Dec 2021