Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.81 KB

README.md

File metadata and controls

15 lines (12 loc) · 1.81 KB

Advent of Code

If you don't know Advent of Code is - it's this beautiful initiative where you have to solve a puzzle every day from December 1st to December 25th each year. The puzzles are divided in two parts and you can earn a star for each part you solve. The puzzles can be solved in any programming language and you can find them here.

This repository serves as my container for all my tries at solving the puzzles. Some of the solutions are clever some not so much, be warned 😅

2017 puzzles view my solutions in C++ C++ Complete 50 🌟s
2018 puzzles view my solutions in C# C#
2020 puzzles view my solutions in Python Python Complete 50 🌟s
2021 puzzles view my solutions in Python Python
2022 puzzles view my solutions in R R
2023 puzzles view my solutions in Rust Rust