This repository contains solutions to the Advent of Code challenges.
Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an advent calendar. Each day of the Advent of Code has a new puzzle that you can solve using any programming language you like.
- Each year's solutions are organized in separate directories
- Solutions are implemented in C/C++, C#, Rust, OCaml & Python
- Solutions include both part 1 and part 2 of each day's challenge
Contributions are welcome! Feel free to submit a pull request with your solutions if you have a better approach or different language.