aoc VS pony_aoc2021

Compare aoc vs pony_aoc2021 and see what are their differences.

aoc

Advent Of Code (http://adventofcode.com/) solutions (by mkst)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
aoc pony_aoc2021
5 1
11 1
- -
0.0 1.8
over 1 year ago over 2 years ago
q Pony
- -
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 2022-10-08.
  • 2015 Day 5: Doesn't He Have Intern-Elves For This?
    1 project | /r/adventofcode | 4 Apr 2023
    My Python solution from many years ago: https://github.com/mkst/aoc/blob/master/2015/05.py. Also have a Go version alongside if that helps?
  • Got answer but want to learn to better optimize for speed (2015, Day 6 Part 2)
    2 projects | /r/adventofcode | 8 Oct 2022
    This is my solution: https://github.com/mkst/aoc/blob/master/2015/06.py. i haven't looked at it for quite a long time, but one difference is I'm doing the heavy lifting in terms of parsing the input upfront, so my loops have fewer if statements. Not at my PC to see how long this takes though.
  • [AOC 2015 day 15 (golang)]
    1 project | /r/adventofcode | 1 Aug 2022
    This is my golang solution if it helps? I solved 2015 in a few different languages, and this was my first foray into golang... https://github.com/mkst/aoc/blob/master/2015/15.go
  • Day 14 part 2, a different way of solving?
    1 project | /r/adventofcode | 14 Dec 2021
    Count each pair... like the lantern fish. Fairly instant in an interpreted language. https://github.com/mkst/aoc/blob/master/2021/14.q. The only gotcha was that there were duplicate pairs in the initial input.
  • 2021 Day 4 Approach and other ideas?
    6 projects | /r/adventofcode | 4 Dec 2021
    For each board I created a bitmask to track called numbers. Iterate through the bingo calls. If the call results in a line, I return the "answer" otherwise return the updated bitmask. After iterating over all boards I have a list of results, then for part 1, pick the first result that was a number rather than bitmask, and part 2 find the last result... It's pretty horrible when explained in words, but the code is.. ok-ish. https://github.com/mkst/aoc/blob/master/2021/04.q

pony_aoc2021

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

What are some alternatives?

When comparing aoc and pony_aoc2021 you can also consider the following projects:

Advent-of-Code-2021 - My solutions for Advent of Code 2021

AOC2021

advent-of-code-2021

aoc - Advent of Code solutions