Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jooni91/advent-of-code-2020
My solutions for the Advent of Code challenges of 2020 https://adventofcode.com/2020 written mainly in C#.
https://github.com/jooni91/advent-of-code-2020
Last synced: 9 days ago
JSON representation
My solutions for the Advent of Code challenges of 2020 https://adventofcode.com/2020 written mainly in C#.
- Host: GitHub
- URL: https://github.com/jooni91/advent-of-code-2020
- Owner: jooni91
- Created: 2020-12-01T11:53:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T20:04:00.000Z (about 4 years ago)
- Last Synced: 2023-09-11T11:34:15.851Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of Code 2020
This repo contains my solutions for the [Advent of Code 2020](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.![GitHub Build](https://github.com/jooni91/advent-of-code-2020/workflows/GitHub%20Build/badge.svg)
[![Build Status](https://dev.azure.com/griesingersoftware/Advent%20of%20Code%202020/_apis/build/status/Build%20Pipeline?branchName=master)](https://dev.azure.com/griesingersoftware/Advent%20of%20Code%202020/_build/latest?definitionId=27&branchName=master)Links to solution for each day:
[Day 1: Report Repair](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day01)
[Day 2: Password Philosophy](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day02)
[Day 3: Toboggan Trajectory](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day03)
[Day 4: Passport Processing](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day04)
[Day 5: Binary Boarding](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day05)
[Day 6: Custom Customs](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day06)
[Day 7: Handy Haversacks](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day07)
[Day 8: Handheld Halting](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day08)
[Day 9: Encoding Error](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day09)
[Day 10: Adapter Array](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day10)
[Day 11: Seating System](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day11)
[Day 12: Rain Risk](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day12)
[Day 13](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day13)
[Day 14](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day14)
[Day 15](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day15)
[Day 16](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day16)
[Day 17](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day17)
[Day 18](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day18)
[Day 19](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day19)
[Day 20](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day20)
[Day 21](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day21)
[Day 22](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day22)
[Day 23](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day23)
[Day 24](https://github.com/jooni91/advent-of-code-2020/tree/master/src/Solutions/Day24)