advent-of-code-2020 VS advent2020

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

advent-of-code-2020

☃️🎄👨‍💻 Solving Advent of Code 2020 in Rust 🦀 (by TheLartians)

advent2020

Advent of Code 2020 solutions in C++ (by bustercopley)
InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
advent-of-code-2020 advent2020
1 4
1 0
- -
0.0 3.2
over 3 years ago over 3 years ago
Rust C++
- -
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 23 Solutions -🎄-
    81 projects | /r/adventofcode | 22 Dec 2020
    After spending way too much time trying to implement a circular linked list in Rust (and figuring out why that is a bad idea), I realised we only need to store the next value for every cup. After that part 2 was quite straightforward. (part 1)

advent2020

Posts with mentions or reviews of advent2020. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.
  • [2020] Optimized solutions in C++ (291 ms total)
    4 projects | /r/adventofcode | 26 Dec 2020
    Building and running your code here, I get incorrect results for Day 11. For example, on my input the correct (accepted) answers are 2275, 2121 but my build of your repo says 1228,1132. I don't think the output for your input is correct either. Do you get the correct answers on your computer?
  • -🎄- 2020 Day 25 Solutions -🎄-
    36 projects | /r/adventofcode | 24 Dec 2020
    C++ (code). Took a few minutes to hack up a modular exponent function (repeated squaring).
  • -🎄- 2020 Day 23 Solutions -🎄-
    81 projects | /r/adventofcode | 22 Dec 2020
    Current code, comfortably within the 250 ms limit. Data structure is just a permutation (which is much the same thing as a circular singly-linked list but there's no need for any per-node data). I did peek, though.

What are some alternatives?

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

hello-world - Innocent first test.

advent-of-code - Solutions to Advent of Code puzzles.

aoc2020apl - Advent of Code 2020 solutions in Dyalog APL

aoc-2020 - My solutions for Advent of Code 2020

aoc2020

advent2020 - Advent of Code 2020 solutions in Python