AdventOfCodeCSharp
My AoC Solutions (by Bpendragon)
advent-of-code
By chenson2018
AdventOfCodeCSharp | advent-of-code | |
---|---|---|
30 | 6 | |
9 | 5 | |
- | - | |
8.6 | 9.2 | |
8 months ago | 8 months ago | |
C# | Rust | |
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.
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
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. The last one was on 2023-12-10.
- -❄️- 2023 Day 11 Solutions -❄️-
-
-❄️- 2023 Day 6 Solutions -❄️-
Very compact solution using the quadratic formula and a little approximation hackery: https://github.com/chenson2018/advent-of-code/blob/main/2023/06/ocaml/06.ml
-
-🎄- 2022 Day 15 Solutions -🎄-
Rust: https://github.com/chenson2018/advent-of-code/blob/8c5df61380200d5274199ad1a7751c3a87d01f65/2022/15/rust/src/main.rs
-
[2022 Day 13] Am I overthinking it?
I didn't feel like dealing with it at all, so I just pasted in the input and used them to replace things to match the type I defined: https://github.com/chenson2018/advent-of-code/blob/main/2022/13/ocaml/13.ml
-
-🎄- 2022 Day 3 Solutions -🎄-
APL: https://github.com/chenson2018/advent-of-code/blob/main/2022/03/apl/03.apl
-
-🎄- 2021 Day 1 Solutions -🎄-
Solutions in both OCaml and awk: https://github.com/chenson2018/advent-of-code/tree/main/2021/01
What are some alternatives?
When comparing AdventOfCodeCSharp and advent-of-code you can also consider the following projects:
Advent_Of_Code - My solution for the Advent of Code challenges in various languages.
advent-of-code - My solutions for adventofcode.com
AdventofCode_Day6_Part1 - Part 1 of Day 6 of Advent of Code Challenge - https://adventofcode.com/2022/day/6
advent-of-code-2022
adventofcode - My solutions for Advent of Code
advent-2023-kotlin - 🎄 Advent of Code 2023: Solutions in Kotlin