AdventOfCode2023

By drola

AdventOfCode2023 Alternatives

Similar projects and alternatives to AdventOfCode2023

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

AdventOfCode2023 reviews and mentions

Posts with mentions or reviews of AdventOfCode2023. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-01.
  • Advent of Code 2023 is nigh
    19 projects | news.ycombinator.com | 1 Dec 2023
    I ended up using parser combinator library nom. It's not something I use daily, therefore parsing became a puzzle on its own.

    Nom already has a parser for numbers. However, I didn't find an elegant way to take at most one digit. In the end I used take_while_m_n, and mapped it with u64::from_str().

    Another challenge was absence of something such as find_all, that would repeatedly try to parse beginning from each character and then return all matches. I ended up writing my own combinator.

    https://github.com/drola/AdventOfCode2023/blob/main/src/bin/...

Stats

Basic AdventOfCode2023 repo stats
1
0
7.0
5 months ago

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