Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstropek/adventofcode2022
https://github.com/rstropek/adventofcode2022
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rstropek/adventofcode2022
- Owner: rstropek
- License: mit
- Created: 2022-12-01T04:56:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T07:11:30.000Z (8 months ago)
- Last Synced: 2024-03-20T08:27:48.325Z (8 months ago)
- Language: C#
- Size: 66.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/day%20📅-25-blue)
![](https://img.shields.io/badge/stars%20⭐-35-yellow)
![](https://img.shields.io/badge/days%20completed-17-red)# Advent of Code 2022
My solutions for *Advent of Code* 2022.
This year, I solve the puzzles in C# because some of my students at the HTBLA Leonding and some kids at the CoderDojo Linz follow along and they want to learn C#.
Mostly, parts 1 and 2 are solved independently so that students can execute them separately. Code is reused between the parts only where it is really necessary to avoid duplicating fully identical code.
To keep things simple and focus the attention on the algorithms, I do not read the input from a file. The input is in the C# files as strings.