Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jooni91/advent-of-code-2023

My solutions for the Advent of Code challenges of 2023 https://adventofcode.com/2023 written in C# (as always).
https://github.com/jooni91/advent-of-code-2023

Last synced: 9 days ago
JSON representation

My solutions for the Advent of Code challenges of 2023 https://adventofcode.com/2023 written in C# (as always).

Awesome Lists containing this project

README

        

# My Advent of Code 2023
This repo contains my solutions for the [Advent of Code 2023](https://adventofcode.com/) challenges.

This year, I will go with **C#** (again). My focus will be in strengthening my knowledge and skills in building solutions for each day that are optimized for **performance**.

Each solution will have a `README.md` in it's folder. For benchmark results check them out via the links below.

## Benchmark Machine Stats
```

BenchmarkDotNet v0.13.10, Windows 10 (10.0.19045.3693/22H2/2022Update)
Intel Xeon CPU E31225 3.10GHz, 1 CPU, 4 logical and 4 physical cores
.NET SDK 8.0.100
[Host] : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX
DefaultJob : .NET 8.0.0 (8.0.23.53103), X64 RyuJIT AVX

```

*NOTE: Benchmarks will exclude the time and memory it initially requires to load the input.*

## Links to each solution

- [Day 1: Trebuchet?!](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day01)

- [Day 2: Cube Conundrum](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day02)

- [Day 3: Gear Ratios](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day03)

- [Day 4: Scratchcards](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day04)

- [Day 5: If You Give A Seed A Fertilizer](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day05)

- [Day 6: Wait For It](https://github.com/jooni91/advent-of-code-2023/tree/master/src/Solutions/Day06)