Awesome
:christmas_tree: ADVENT OF CODE :christmas_tree:
Advent of Code is an annual Advent calendar of programming puzzles. Here are my solutions in various programming languages.
:chart_with_upwards_trend: Progress
Year | Stars |
---|---|
2015 | 5/50 :star: |
2016 | 0/50 :star: |
2017 | 0/50 :star: |
2018 | 0/50 :star: |
2019 | 0/50 :star: |
2020 | 0/50 :star: |
2021 | 6/50 :star: |
2022 | 8/50 :star: |
2023 | 6/50 :star: |
Repository Structure
advent-of-code
┗━ 20XX
┣━ XX # Day
┃ ┗━ solution.{file_extension} # Solution in various programming languages
┗━ README.md # List of solutions for the specific year