DjordjeNedovic / Advent-of-Code

C# solutions for Advent of Code puzzles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent-of-Code

.NET

This repository contains my solutions for Advent of Code. Solutions are not the best nor fastest, but they are my solutions 😄

The folder for each day contains:

  • Code to solve the given task (main file is always "Program.cs")
  • Be free to use it for testing your solution.

Specification

Solutions are done in .NET Core 3.0.

Current Progresion*

Year STARS
2023 31 ⭐
2022 22 ⭐
2021 30 ⭐
2020 50 ⭐
2019 29 ⭐
2018 18 ⭐

Contact

For any questions, you can find me at:

*It will be updated during time

On https://adventofcode.com/about#faq_copying you can find the following:

Can I copy/redistribute part of Advent of Code? Please don't.

So I will not include anything but code in this repo. Older solutions will be updated accordingly over time :)

About

C# solutions for Advent of Code puzzles

License:MIT License


Languages

Language:C# 100.0%