advent-of-code-2020 VS AdventOfCode2020

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
advent-of-code-2020 AdventOfCode2020
1 23
5 29
- -
0.0 2.6
almost 3 years ago 4 months ago
Go Rust
- 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.

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

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.

What are some alternatives?

When comparing advent-of-code-2020 and AdventOfCode2020 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.