advent-of-code
i know how to code now! here's my advent of code solutions that i can be somewhat proud of (by SansPapyrus683)
advent-of-code
Advent of Code - All Years - Blazingly Fast (by MeanderingProgrammer)
advent-of-code | advent-of-code | |
---|---|---|
1 | 1 | |
5 | 10 | |
- | - | |
7.4 | 9.1 | |
6 days ago | 5 days ago | |
Python | Python | |
- | - |
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.
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
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.
-
[2019 Day 19] C++ optimization issue
hey, so this is my current solution to day 19. it takes way too long to run, even though i've implemented the below optimizations: * as soon as you craft a geode bot, checks how many geodes it'll produce in the timespan * keeps a running variable tracking the total max # of geodes. if a state can't possibly produce enough geodes to even reach the total max, it's discarded. * if you can make any robot you desire, discard the state where you don't do anything.
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.
-
It Is Done! (for now)
I started a repo with all of the solutions, mostly done in Python: https://github.com/MeanderingProgrammer/advent-of-code
What are some alternatives?
When comparing advent-of-code and advent-of-code you can also consider the following projects:
adventofcode - Advent of Code (http://adventofcode.com) solutions written in Python 3
advent-of-code - My attempts at Advent of Code
adventofcode
Advent-of-Code - Advent of Code problems solved in Python.
advent-of-code - http://adventofcode.com
advent-of-code - 🎄 Solutions for Advent of Code - an annual set of Christmas-themed programming challenges that follow an Advent calendar.
aoc - 🎄 advent of code 414⭐