AdventOfCode2020 VS advent-of-code-2020

Compare AdventOfCode2020 vs advent-of-code-2020 and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AdventOfCode2020 advent-of-code-2020
23 1
29 5
- -
2.6 0.0
4 months ago almost 3 years ago
Rust Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

AdventOfCode2020

Posts with mentions or reviews of AdventOfCode2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-25.

advent-of-code-2020

Posts with mentions or reviews of advent-of-code-2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-22.
  • [2020, Day 22, Part 2] Is there a way to speed up the state checking?
    2 projects | /r/adventofcode | 22 Dec 2020
    Personally, I had a map with string keys and boolean values unique to each game. Upon starting a new round, I would compute the state under string form, something like "1,2,3|8,9,7" where 1,2,3 are the cards for player 1 and 8,9,7 the cards from player 2. If the map contains that key I end the game with a player 1 win if not I add a new entry. There you get a complexity of O(1) to lookup values. My code is there: https://github.com/CodingNagger/advent-of-code-2020/blob/master/pkg/days/day22/computer.go

What are some alternatives?

When comparing AdventOfCode2020 and advent-of-code-2020 you can also consider the following projects:

tour_of_rust - A tour of rust's language features

adventofcode.sh - Advent of Code 2020 and 2015, done in bash. Because why not?

advent-of-code-rust - My solutions to Advent Of Code

awesome-zig

aoc2021 - My solutions for the 2021 Advent of Code

easy_rust - Rust explained using easy English

rust-by-example - Learn Rust with examples (Live code editor included)

awesome-zig - A list of awesome projects related to Zig

aoc2021 - Advent of Code 2021 - my answers

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!

advent-of-code-rust - πŸŽ„Starter template for solving Advent of Code in Rust.