aoc2021 VS adventofcode

Compare aoc2021 vs adventofcode and see what are their differences.

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
8 55
1 20
- -
0.0 7.8
over 2 years ago 4 months ago
Go Elixir
- -
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-09.
  • -🎄- 2021 Day 10 Solutions -🎄-
    171 projects | /r/adventofcode | 9 Dec 2021
    I've done something similar to this in Python before, but this time the completion aspect did throw a little wrinkle into it. That taught me some new stuff about slices, sorting, and idiomatic implementations of a stack in Go. Full source including tests available on Github.
  • -🎄- 2021 Day 7 Solutions -🎄-
    199 projects | /r/adventofcode | 6 Dec 2021
    In the spirit of "premature optimization is the root of all evil, I just brute forced it. The test suite ran in 70ms on my system so that was good enough for me not to worry about further optimization.
  • What time does the daily challenge drop at your location?
    1 project | /r/adventofcode | 6 Dec 2021
    Yes! https://github.com/krmaxwell/aoc2021 organized by days.
  • -🎄- 2021 Day 6 Solutions -🎄-
    225 projects | /r/adventofcode | 5 Dec 2021
    Like most other folks, I did the naive approach for part 1 and then part 2 was untenable. Props to everyone who did the smart thing from the beginning. As always, my full code including tests is on Github.
  • -🎄- 2021 Day 4 Solutions -🎄-
    267 projects | /r/adventofcode | 3 Dec 2021
    This one kicked my ass for a while, which was confusing because the tests all passed fine with example data. Eventually I tracked down the problem to the way I was reading in the actual puzzle input... I should've known. Anyway, in addition to the [Github repo](https://github.com/krmaxwell/aoc2021/master/day4] with full tests and stuff, here's the core answer:
  • -🎄- 2021 Day 2 Solutions -🎄-
    250 projects | /r/adventofcode | 1 Dec 2021
    Same as yesterday, my answers using Go are on Github with a TDD-ish approach. I'm not being super strict with TDD here.
  • Share your go advent of code
    5 projects | /r/golang | 1 Dec 2021
    My solution for Day 1 is on GitHub. I think you may have made things significantly more complicated than needed.
  • -🎄- 2021 Day 1 Solutions -🎄-
    252 projects | /r/adventofcode | 30 Nov 2021
    I'm trying in Go this year, just because I'm working on learning it.

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

What are some alternatives?

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

AdventOfCode2021 - Advent of code 2021

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

adventofcode - Answers to Advent of Code

aoc2021 - Advent of Code 2021 - my answers

rockstar - The Rockstar programming language specification

roast - 🦋 Raku test suite

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

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

adventofcode - Advent of Code challenge solutions

aoc2021 - Advent of Code 2021 Solutions

aoc - Advent of Code - mscha's Perl 6 solutions

AdventCode