advent-of-code-2021 VS advent_of_code

Compare advent-of-code-2021 vs advent_of_code 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-2021 advent_of_code
1 3
0 1
- -
0.0 0.0
over 2 years ago over 2 years ago
Python TypeScript
- -
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-2021

Posts with mentions or reviews of advent-of-code-2021. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-15.
  • -🎄- 2021 Day 16 Solutions -🎄-
    148 projects | /r/adventofcode | 15 Dec 2021
    https://github.com/fbl100/advent-of-code-2021/blob/master/day_16.py My first attempt at this was really ugly. The second attempt used a buffer that keeps track of the current position, which was much cleaner and resulted in everything just 'falling into place'. I say that until I got the part 2 answer wrong. I had to figure out why a negative number was getting into the mix on my evaluations. Check line 221-223 if you're interested.

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-12-16.

What are some alternatives?

When comparing advent-of-code-2021 and advent_of_code you can also consider the following projects:

aoc - 🎄 My solutions and walkthroughs for Advent of Code and more related stuff.

adventofcode

Advent-of-Code-2021-Day16

AdventOfCode2021-python - My algorithms for AdventOfCode2021 in python