Advent_of_Code VS AoC

Compare Advent_of_Code vs AoC and see what are their differences.

Advent_of_Code

These are my solutions to the Advent of Code puzzles. These are some of my first Python scripts, so please manage your expectations. :^) (by Nomen-Heroum)

AoC

my personal repo for the advent of code yearly challenge (by Fadi88)
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 AoC
4 87
0 18
- -
0.0 8.1
over 2 years ago 9 days ago
Python Python
- 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.

Advent_of_Code

Posts with mentions or reviews of Advent_of_Code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-21.
  • I wrote a small blog on using F# for Advent of Code 2020. Conclusion: it was a lot of fun!
    2 projects | /r/adventofcode | 21 Jan 2021
    This made me think about how to make my own Python solution more elegant. It was one of the earlier things I wrote in Python, and I've done almost every AoC year since! I've refactored it and switched to using complex numbers, I think it turned out pretty well. Here's the code for both parts.
  • 2020 Day 20 Solutions
    1 project | /r/adventofcode | 23 Dec 2020
    Here's my own solution, if you're interested: https://github.com/Nomen-Heroum/Advent_of_Code/blob/master/2020/day20.py
    1 project | /r/adventofcode | 22 Dec 2020
    On a vaguely related note, I decided to finally commit my solutions to GitHub! Here is my day 20 solution, cleaned up and commented to death for your reading convenience.
  • -🎄- 2020 Day 22 Solutions -🎄-
    91 projects | /r/adventofcode | 21 Dec 2020
    Mine went down from 20062 to 16881 recursive calls, here's my code (also Python 3). Just add a global CALLS before line 7 and global CALLS; CALLS += 1 before line 17 in the if block to count the function calls.

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.

What are some alternatives?

When comparing Advent_of_Code and AoC you can also consider the following projects:

Advent-of-Code - C# solutions for Advent of Code puzzles

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

AoC2020 - Programs for Advent of Code 2020

adventofcode - Solutions for problems from AdventOfCode.com

aoc2020 - Advent of Code 2020 - my answers

AdventOfCode-Java - adventOfCode(Language.JAVA);

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

aoc2021 - Advent of Code 2021 Solutions

adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 and 2023 in Scala

Advent-of-code-2021-golang - Advent of code 2021 Go solutions

aoc2021 - Advent of Code 2021 - my answers

Advent-of-Code - Advent of Code