AdventOfCodeHaskell

solutions to advent of code problems (by c-coward)

AdventOfCodeHaskell Alternatives

Similar projects and alternatives to AdventOfCodeHaskell

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better AdventOfCodeHaskell alternative or higher similarity.

AdventOfCodeHaskell reviews and mentions

Posts with mentions or reviews of AdventOfCodeHaskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-24.
  • -🎄- 2022 Day 25 Solutions -🎄-
    63 projects | /r/adventofcode | 24 Dec 2022
    Haskell. I love balanced base systems! Was just telling my less-math inclined partner about them a bit ago :)
  • -🎄- 2022 Day 13 Solutions -🎄-
    149 projects | /r/adventofcode | 12 Dec 2022
    Haskell. Implementing nested lists is fun! The parser was surprisingly straightforward (except for an issue where it was expecting an extra newline at the end of my input), and the bulk of the problem was handled by implementing Ord instances for my data types.
  • -🎄- 2022 Day 12 Solutions -🎄-
    146 projects | /r/adventofcode | 11 Dec 2022
    Haskell. Recursive BFS in the State monad! Visited positions are marked with a '|' character, since this is 'z' + 2. My part 1 code didn't need too much modification for part 2, I only needed to account for the fact that adjacent 'a's can visit each other on the first step.
  • Advent of Code 2022 day 12
    10 projects | /r/haskell | 11 Dec 2022
    Code. Recursive BFS using the State monad to update grid positions
  • -🎄- 2022 Day 10 Solutions -🎄-
    201 projects | /r/adventofcode | 9 Dec 2022
    Haskell. Both parts are one liners, I add a no op before every addx to avoid skipping cycles, and using a 2D point data type (that I custom implemented based on Linear.V2 for named fields) makes handling the data a breeze!
  • [2022 Day 9] Shortest rope with fixed tail
    1 project | /r/adventofcode | 9 Dec 2022
    346 for me. would've loved this as a part 3, since my solution adapts to it really well!
  • Did anyone else build a full tree for day 7?
    2 projects | /r/adventofcode | 9 Dec 2022
    Something that really helped me out was finding a Tree Zipper library! This one doesn't have the best documentation but it was the only one that wanted to compile in my project lol. It does a lot of the heavy lifting of traversing the tree for you, once you figure out how to use it of course. Here's my not very cleaned up code if you wanna see what I did
  • -🎄- 2022 Day 9 Solutions -🎄-
    195 projects | /r/adventofcode | 8 Dec 2022
    Haskell. My idea for part 1 was basically "Find all the places the head goes, then follow it with the tail" which ended up working basically for free in part 2, and I chose the lazy implementation of "just compose these functions together manually, its what the language was built for". Definitely going to refactor that part in the morning lol
  • Advent of Code 2022 day 9
    12 projects | /r/haskell | 8 Dec 2022
    Pretty happy with my code, which amounts to a bunch of composed scanls, my part 1 solution gave me part 2 for free! Code
  • Advent of Code 2022 day 8
    8 projects | /r/haskell | 7 Dec 2022
    Code for the day, with parsing and extra utilities located in src/Util/
  • A note from our sponsor - SaaSHub
    www.saashub.com | 29 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic AdventOfCodeHaskell repo stats
13
0
10.0
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com