aoc

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

Aoc Alternatives

Similar projects and alternatives to aoc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better aoc alternative or higher similarity.

aoc reviews and mentions

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
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic aoc repo stats
5
11
0.0
over 1 year ago

The primary programming language of aoc is q.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com