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-2019

My solutions for the Advent of Code challenges of 2019 https://adventofcode.com/2019 written mainly in C#.
https://github.com/jooni91/advent-of-code-2019

advent-of-code advent-of-code-2019 azure-devops c-sharp challenges dotnet dotnet-core dotnetcore puzzle

Last synced: 9 days ago
JSON representation

My solutions for the Advent of Code challenges of 2019 https://adventofcode.com/2019 written mainly in C#.

Awesome Lists containing this project

README

        

# My Advent of Code 2019
This repo contains my solutions for the [Advent of Code 2019](https://adventofcode.com/) challenges. I will try to document my thoughts and steps on how I solved each puzzle as much as I can.
I will use mainly C# and my goal is to train myself in using all the new features of the language and strengthen my knowledge and usage of best practices in the language and .NET in general.

[![Build Status](https://dev.azure.com/griesingersoftware/Advent%20of%20Code%202019/_apis/build/status/jooni91.advent-of-code-2019?branchName=master)](https://dev.azure.com/griesingersoftware/Advent%20of%20Code%202019/_build/latest?definitionId=15&branchName=master)

Links to solution for each day:

[Day 1: The Tyranny of the Rocket Equation](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day01)

[Day 2: 1202 Program Alarm](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day02)

[Day 3: Crossed Wires](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day03)

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

[Day 5: Sunny with a Chance of Asteroids](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day05)

[Day 6: Universal Orbit Map](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day06)

[Day 7: Amplification Circuit](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day07)

[Day 8: Space Image Format](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day08)

[Day 9: Sensor Boost](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day09)

[Day 10: Monitoring Station](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day10)

[Day 11: Space Police](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day11)

[Day 12: The N-Body Problem](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day12)

[Day 13: Care Package](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day13)

[Day 14: Space Stoichiometry](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day14)

[Day 15](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day15)

[Day 16](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day16)

[Day 17](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day17)

[Day 18](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day18)

[Day 19](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day19)

[Day 20](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day20)

[Day 21](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day21)

[Day 22](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day22)

[Day 23](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day23)

[Day 24](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day24)

[Day 25](https://github.com/jooni91/advent-of-code-2019/tree/master/src/Solutions/Day25)