adventofcode
My solutions for Advent of Code (by fireduck64)
AdventOfCodeCSharp
My AoC Solutions (by Bpendragon)
adventofcode | AdventOfCodeCSharp | |
---|---|---|
12 | 30 | |
4 | 9 | |
- | - | |
7.6 | 8.6 | |
8 months ago | 8 months ago | |
Java | C# | |
MIT License | MIT License |
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.
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 2022-12-17.
- -🎄- 2022 Day 18 Solutions -🎄-
- -🎄- 2022 Day 15 Solutions -🎄-
-
[2015 Day 7] [c] Kicked my ass!
Here is my solution: https://github.com/fireduck64/adventofcode/blob/master/2015/07/src/Prob.java
- [All Days, All Years] [Java]
-
-🎄- 2021 Day 24 Solutions -🎄-
Java 25/38 https://github.com/fireduck64/adventofcode/blob/master/2021/24/src/Prob.java This involved a recursive sweep through the model number space while memoizing on the current register values. Basically, after the model number parts are read they don't matter for the recursion so the only state is the register values and the execution line number. So the memoization was able to actually help. Although, to be honest my solution for part 1 only worked because the number was near where I started the search (9s on down) and the part 2 only worked because I guessed (correctly) that the first number was still a nine because I'm on to how much Eric likes to punish us. Execution time around 2 minutes.
- -🎄- 2021 Day 23 Solutions -🎄-
- -🎄- 2021 Day 20 Solutions -🎄-
- -🎄- 2021 Day 19 Solutions -🎄-
- -🎄- 2021 Day 18 Solutions -🎄-
- -🎄- 2021 Day 16 Solutions -🎄-
AdventOfCodeCSharp
Posts with mentions or reviews of AdventOfCodeCSharp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
- -❄️- 2023 Day 11 Solutions -❄️-
- -❄️- 2023 Day 9 Solutions -❄️-
- -🎄- 2022 Day 22 Solutions -🎄-
-
-🎄- 2022 Day 18 Solutions -🎄-
Code Here: https://github.com/Bpendragon/AdventOfCodeCSharp/blob/332e303/AdventOfCode/Solutions/Year2022/Day18-Solution.cs
- -🎄- 2022 Day 15 Solutions -🎄-
- -🎄- 2022 Day 13 Solutions -🎄-
-
-🎄- 2022 Day 12 Solutions -🎄-
C#/Csharp: Code here
- -🎄- 2022 Day 11 Solutions -🎄-
- -🎄- 2022 Day 6 Solutions -🎄-
-
-🎄- 2022 Day 4 Solutions -🎄-
rewrote it as a pair of linq oneliners (sort of, if you ignore parsing, like that's the one thing I wish C# could do better: read ints from files) https://github.com/Bpendragon/AdventOfCodeCSharp/blob/0800b/AdventOfCode/Solutions/Year2022/Day04-Solution.cs
What are some alternatives?
When comparing adventofcode and AdventOfCodeCSharp you can also consider the following projects:
advent-of-code - My Advent of Code solutions
advent-of-code
aoc2021
Advent_Of_Code - My solution for the Advent of Code challenges in various languages.
advent2021
AdventofCode_Day6_Part1 - Part 1 of Day 6 of Advent of Code Challenge - https://adventofcode.com/2022/day/6