Advent-of-code

https://adventofcode.com/ (by 0xmycf)

Advent-of-code Alternatives

Similar projects and alternatives to Advent-of-code

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

Advent-of-code reviews and mentions

Posts with mentions or reviews of Advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-09.
  • Advent of Code 2022 day 10
    11 projects | /r/haskell | 9 Dec 2022
    https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/Day10.hs Today is very verbose, but I wanted to use Lenses and State again. Went pretty ok all in all. The only thing I got wrong in the beginning was the ticking, this probably lead to some repeated code that I could have avoided if I understood the assignment right away.
  • Advent of Code 2022 day 9
    12 projects | /r/haskell | 8 Dec 2022
    Technically today should have been fun, but I just didn't see that signum will solve everything... then my snake was one point to short and I didn't notice... All in all pretty messy but I was able to clean it up: https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/Day09.hs Finally used State though!
  • Advent of Code 2022 day 8
    8 projects | /r/haskell | 7 Dec 2022
    https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/Day08.hs I parsed the grid as Map (V2 Int) Int and padded the grid with values of -1. I then used unfoldr with Map.lookup to get all 4 ways for a specific tree. In part A I simply filtered all trees out where the given predicate wasn't fulfilled. In part B I used a modified takeWhile function to take all trees which are smaller + one more than the current tree. I also had to get rid of the -1.
  • Advent of Code 2022 day 7
    7 projects | /r/haskell | 6 Dec 2022
    I should have planned more in the beginning, but it turned out fine. I abused Parsecs internal state to give every file the full name: https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/Day07.hs
  • How do I structure my files to comfortably work on the advent of code challenges?
    9 projects | /r/haskell | 6 Dec 2022
  • Advent of Code 2022 day 6
    9 projects | /r/haskell | 5 Dec 2022
    Today was simple, for part a I initially used `zipWith4` and sets but that wasn't an option for part b, so I rewrote how the sets were created. https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/Day06.hs
  • Advent of Code 2022 day 5
    5 projects | /r/haskell | 4 Dec 2022
  • Advent of Code 2022 day 4
    7 projects | /r/haskell | 3 Dec 2022
    After last years bingo I thought this is going to be tougher...: My solution
  • Advent of Code 2022 day 1
    9 projects | /r/haskell | 1 Dec 2022
    https://github.com/0xmycf/Advent-of-code/blob/main/2022/aoc22/src/Days/DayOne.hsI learned Haskell with last years AoC and it was quite a mess... This year is up to a much much better start. Lets see how this year will go :)
  • A note from our sponsor - WorkOS
    workos.com | 17 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic Advent-of-code repo stats
10
4
6.0
25 days ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com