AoC VS advent2020

Compare AoC vs advent2020 and see what are their differences.

AoC

my personal repo for the advent of code yearly challenge (by Fadi88)

advent2020

Advent of Code 2020 solutions in C++ (by bustercopley)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AoC advent2020
87 4
18 0
- -
8.3 3.2
3 months ago over 3 years ago
Python C++
GNU General Public License v3.0 or later -
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.

AoC

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 2023-12-10.

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 AoC and advent2020 you can also consider the following projects:

advent-of-code - My solutions for Advent of Code

hello-world - Innocent first test.

adventofcode - Solutions for problems from AdventOfCode.com

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

aoc2020 - Advent of Code 2020 - my answers

aoc2020apl - Advent of Code 2020 solutions in Dyalog APL

AdventOfCode-Java - adventOfCode(Language.JAVA);

aoc-2020 - My solutions for Advent of Code 2020

advent-of-code-go - All 8 years of adventofcode.com solutions in Go/Golang; 2015 2016 2017 2018 2019 2020 2021 2022

aoc2020

aoc2021 - Advent of Code 2021 Solutions

advent2020 - Advent of Code 2020 solutions in Python