aoc2021 VS adventofcode

Compare aoc2021 vs adventofcode and see what are their differences.

aoc2021

Advent of code https://adventofcode.com/ (by FlakM)

adventofcode

My solutions to the Advent of Code challenges (by djotaku)
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
aoc2021 adventofcode
4 69
1 14
- -
1.8 8.6
over 2 years ago 5 months ago
Rust Python
- -
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.

aoc2021

Posts with mentions or reviews of aoc2021. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • -🎄- 2021 Day 11 Solutions -🎄-
    177 projects | /r/adventofcode | 10 Dec 2021
  • -🎄- 2021 Day 5 Solutions -🎄-
    220 projects | /r/adventofcode | 4 Dec 2021
    The orientation calculation could be done by matrix indexes operations https://github.com/FlakM/aoc2021/blob/main/day5/task1/src/main.rs and then its easier to create ranges. You can also use some clever crates and get some calculations for free https://github.com/timvisee/advent-of-code-2021/blob/master/day05b/src/main.rs
  • Looking for feedback on my Rust Advent of Code solutions
    4 projects | /r/rust | 2 Dec 2021
    I wonder if this is based on scala background but my solutions are similar https://github.com/FlakM/aoc2021 I didn't even consider to just have mutable variables and iterate over inputs like probably most of the other rusteacians. Maybe it's due to scala's enums PTSD...
  • -🎄- 2021 Day 2 Solutions -🎄-
    250 projects | /r/adventofcode | 1 Dec 2021
    Here are my solutions in rust task 1 and task 2. I didn't really strive for completion speed but second task was done in like 5 seconds due to code from first task being structured in reusable way. Also learning vim with coc and rust analyzer and GOD DAMN this is cool! (got some dotfiles if you want) <3 Spent most time fighting with router plugin not to change working directory, for some reason it tripped poor ls.

adventofcode

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

What are some alternatives?

When comparing aoc2021 and adventofcode you can also consider the following projects:

Advent-of-Code - Advent of Code

AdventOfCode2021 - Solutions to all 25 AoC 2021 problems in Rust :crab: Less than 100 lines per day and under 1 second total execution time! :christmas_tree:

adventofcode - adventofcode.com solutions

AdventOfCode - My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

aoc2021 - Advent of Code 2021 on my homemade 16-bit CPU SCAMP

Advent-of-Code - My solutions or attempts at solutions to the Advent of Code event.

advent-of-code-cpp - C++ solutions for the Advent of Code programming puzzles - http://adventofcode.com/

toit - Program your microcontrollers in a fast and robust high-level language.

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#

scryer-prolog - A modern Prolog implementation written mostly in Rust.

AoC - my personal repo for the advent of code yearly challenge

swift-algorithms - Commonly used sequence and collection algorithms for Swift