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)
aoc
🎄 My solutions and walkthroughs for Advent of Code and more related stuff. (by mebeim)
advent-of-code | aoc | |
---|---|---|
1 | 24 | |
5 | 399 | |
- | - | |
7.4 | 6.7 | |
6 days ago | 5 days ago | |
Python | Python | |
- | GNU General Public License v3.0 or later |
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.
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 2023-12-09.
-
-❄️- 2023 Day 10 Solutions -❄️-
1076/1738 — Raw solution (to refactor/possibly rewrite)
-
-❄️- 2023 Day 9 Solutions -❄️-
Solution
- Advent of Code day 08
-
-❄️- 2023 Day 8 Solutions -❄️-
Busy day today, going back to sleep zzZZZ. Clean solution and walkthrough here later today (hopefully).
- Advent of Code day 07
-
I am stuck!
If you're using Python, you can check this guy walkthroughs, he's good at explaining things and uses many Python's features to write clean code. I'd suggest to try tackle a problem on your own, and whether you manage to get a solution or not, read his walkthrough, and re-implement a solution using his ideas. This is what I did two years ago and it was a big help for me, I was more and more able to come up with solutions without looking at what he did. I still check what he does today, but I always solve the problem on my own first now.
-
Advent of code day 04
758/2614 — Soluzione Python 3 — Walkthrough (inglese)
-
Need help finding good python solutions
Solutions and walkthroughs for most of the years.
-
AdventOfCode 2022, giorno 25
Congrats /u/skifire13 per il rank #233 globale, nice!
- AdventOfCode 2022, giorno 15