aoc VS adventofcode.sh

Compare aoc vs adventofcode.sh and see what are their differences.

aoc

Advent Of Code (http://adventofcode.com/) solutions (by mkst)

adventofcode.sh

Advent of Code 2020 and 2015, done in bash. Because why not? (by einarjon)
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
aoc adventofcode.sh
5 16
11 14
- -
0.0 0.0
over 1 year ago 2 months ago
q Shell
- MIT License
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

adventofcode.sh

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

What are some alternatives?

When comparing aoc and adventofcode.sh you can also consider the following projects:

pony_aoc2021 - Advent of Code 2021 in Pony

AdventOfCode2020 - Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:

adventofcode

AOCx2022 - This repository contains my solutions for the Advent of Code 2022 event. Learn more about the event here - https://adventofcode.com/2022/about

advent - Advent Of Code

AdventOfCode

AdventOfCode - Advent of code

AdventOfCode2022

aoc2021 - Advent of Code 2021 solutions

AdventOfCode-Day6-TuningTrouble - C# .NET Core console app that solves the puzzles for AdventOfCode Day 6 - TuningTrouble

advent-of-code - My solutions to http://adventofcode.com/ :)

adventOfCode2022