AdventOfCode2022
Solutions to Advent of Code 2022 challenges (by carrdelling)
adventofcode
Solutions for problems from AdventOfCode.com (by bhosale-ajay)
AdventOfCode2022 | adventofcode | |
---|---|---|
3 | 86 | |
1 | 16 | |
- | - | |
10.0 | 7.3 | |
over 2 years ago | over 1 year ago | |
Python | TypeScript | |
- | - |
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.
AdventOfCode2022
Posts with mentions or reviews of AdventOfCode2022.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-22.
-
-🎄- 2022 Day 23 Solutions -🎄-
Part 1 : I just implemented a very careful simulation, using a set to store elves positions and a few auxiliary functions to check all directions.
-
-🎄- 2022 Day 21 Solutions -🎄-
Part 1 : Iterate over all nodes, solving for those for which we know their children already.
-
-🎄- 2022 Day 16 Solutions -🎄-
Part 1 is just a careful DFS implemented iteratively (no recursion), using (time, location, valves_opened) => score as a criteria to check if it is worth to explore a state or not. At every state, I add a new branch if we can open a valve in the current location AND one new branch for every possible new valve to visit.
adventofcode
Posts with mentions or reviews of adventofcode.
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 -❄️-
- -❄️- 2023 Day 9 Solutions -❄️-
- -❄️- 2023 Day 8 Solutions -❄️-
-
-❄️- 2023 Day 7 Solutions -❄️-
The only code differs for two parts is as follows - https://github.com/bhosale-ajay/adventofcode/blob/master/2023/ts/D07.test.ts - under 80 lines.
-
-❄️- 2023 Day 6 Solutions -❄️-
Easy day TypeScript, P1 - Brute Force, P2 - Formula
- -❄️- 2023 Day 5 Solutions -❄️-
-
-❄️- 2023 Day 4 Solutions -❄️-
[LANGUAGE: TypeScript] Github - Under 40 lines, all parts running under 8ms.
-
-❄️- 2023 Day 1 Solutions -❄️-
[LANGUAGE: TypeScript] TypeScript - Running under 30ms (both parts)
-
-🎄- 2022 Day 25 Solutions -🎄-
F# This year I solved puzzles using TypeScript as well as F# - Day 18, 19, and 22 TBD
-
-🎄- 2022 Day 24 Solutions -🎄-
F# - After looking at some Python solution calculated the position of blizzard for nth time instead of maintaining the grid, which makes it easier with F#.
What are some alternatives?
When comparing AdventOfCode2022 and adventofcode you can also consider the following projects:
advent-of-code-2022 - actually publishing my solutions now that they're not redundant...
advent-of-code
adventofcode - :christmas_tree: Advent of Code (2015-2024) in C#
adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala
a2tools - Stuff I write for my Apple //c
advent-of-code-go - All 10 years of adventofcode.com solutions in Go/Golang (and a little Python); 2015-2024