aoc

Advent of Code solutions in rust and go (by protiumx)

Aoc Alternatives

Similar projects and alternatives to aoc

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

aoc reviews and mentions

Posts with mentions or reviews of aoc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-06.
  • Y'all are getting way too excited
    1 project | /r/adventofcode | 13 Dec 2022
    Using Dijkstra and starting from `z` the solution was 2x faster than BFS in my case. By starting from `z` it constraint is that you can go to a neighbor only if the height difference is 1, that is faster than starting from `a`. For the priority I used that the amount of steps from the start to the current node inspected, meaning the nodes with shortest paths are inspected first. I counted the number of cycles (each time an element is popped out the queue) For part 1 I get ~5000 cycles with Dijkstra and ~8000 with BFS. Cannot see if there is something wrong with my BFS implementation Solution in Go
  • -🎄- 2022 Day 7 Solutions -🎄-
    248 projects | /r/adventofcode | 6 Dec 2022
    Go
  • -🎄- 2022 Day 5 Solutions -🎄-
    263 projects | /r/adventofcode | 4 Dec 2022
    Go solution abusing of slices
  • Advent of code: Rust, Go, and Binary operators
    2 projects | dev.to | 14 Dec 2021
    Hi everyone, I got late into the advent of code problems and currently I'm solving day 3 and 4. I've been writing my solutions in rust and go (see my aoc repo), and today, while solving day 03 I came across with an interesting comparison between rust and go code that I'd like to share in this post.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    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. Learn more →

Stats

Basic aoc repo stats
4
2
8.2
4 months ago

protiumx/aoc is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of aoc is Go.


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