AlgorithmProblems
Solutions to Algorithm Problems :chart_with_upwards_trend: :neckbeard: (by VitamintK)
aoc2022
My solutions for Advent of Code 2022 (by tumdum)
AlgorithmProblems | aoc2022 | |
---|---|---|
3 | 10 | |
11 | 2 | |
- | - | |
5.4 | 5.2 | |
about 1 year ago | over 1 year ago | |
Python | Rust | |
- | GNU Affero General Public License v3.0 |
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.
AlgorithmProblems
Posts with mentions or reviews of AlgorithmProblems.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-11.
-
-๐- 2022 Day 12 Solutions -๐-
github link
- -๐- 2022 Day 11 Solutions -๐-
-
-๐- 2021 Day 9 Solutions -๐-
Did a recursive DFS to solve part 2. github code
aoc2022
Posts with mentions or reviews of aoc2022.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-14.
-
[2022 Day 15] today is the day
Mine is taking ~115ms on my 9 years old i5-3340M :D
-
-๐- 2022 Day 15 Solutions -๐-
Rust - just collect in range intervals per line. Sum of lengths is basically p1 and p2 is just a loop over rows looking for one with more than one interval. Total runtime for both parts is ~650ms. twitch, youtube.
-
-๐- 2022 Day 13 Solutions -๐-
Rust. Obs crashed and I didn't notice it until the end so here are partial recordings: twitch, youtube.
-
-๐- 2022 Day 12 Solutions -๐-
It's 'cheating' only in the sens that I wanted to measure real i/o so it would be cheating in my case. And funnily enough I had a bug there that I just fixed :D
-
[2022 Day11 (Part2)] [python] brute force
My real solution runs in 19ms and is here. The one with BigUint is on a branch here.
-
-๐- 2022 Day 11 Solutions -๐-
Simple rust solution that solves both parts with same function. Recordings twitch and youtube.
-
-๐- 2022 Day 9 Solutions -๐-
Rust / Recording
-
-๐- 2022 Day 8 Solutions -๐-
Rust with runtime ~450ยตs
What are some alternatives?
When comparing AlgorithmProblems and aoc2022 you can also consider the following projects:
competitive_programming - My solutions to programming contest problems from different sources (UVa, TopCoder, Live Archive, SPOJ, etc).
aoc-2022 - Solutions to the Advent of Code 2022, just for fun ๐
Advent-Of-Code
advent-of-code
advent-of-code - My Advent of Code submissions. For 2021 and before, these are the original code I used, without any modifications after-the-fact. As such, they are probably not as efficient or short as they should be, because I want a working solution faster, not a better solution. For 2022 and after, these are the solutions uploaded to my YouTube channel.
adventofcode - Python solutions to Advent of Code puzzles, https://adventofcode.com/