rrichy / Advent-of-Code

This project serves as a collection of my solutions for the yearly puzzles in "Advent of Code".

Home Page:https://rrichy.github.io/Advent-of-Code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

This repo serves as a collection of my solutions for the puzzles in Advent of Code, made by Eric Wastl. All my solutions are currently written in JavaScript and to be run via NodeJS. I plan on answering all the puzzles in the future and write solutions in other language, which will improve my coding in those language. Also, having an interactive page for each puzzles that shows my view of what is happenning in the puzzle will also improve my skills in HTML and CSS.

2021 Puzzles List

Completed: 5 / 25 (20%) ⭐️

✔️ Day 1 Day 6 Day 11 Day 16 Day 21
✔️ Day 2 Day 7 Day 12 Day 17 Day 22
✔️ Day 3 Day 8 Day 13 Day 18 Day 23
✔️ Day 4 Day 9 Day 14 Day 19 Day 24
✔️ Day 5 Day 10 Day 15 Day 20 Day 25

2020 Puzzles List

Completed: 25 / 25 (100%) ⭐️

✔️ Day 1 ✔️ Day 6 ✔️ Day 11 ✔️ Day 16 ✔️ Day 21
✔️ Day 2 ✔️ Day 7 ✔️ Day 12 ✔️ Day 17 ✔️ Day 22
✔️ Day 3 ✔️ Day 8 ✔️ Day 13 ✔️ Day 18 ✔️ Day 23
✔️ Day 4 ✔️ Day 9 ✔️ Day 14 ✔️ Day 19 ✔️ Day 24
✔️ Day 5 ✔️ Day 10 ✔️ Day 15 ✔️ Day 20 ✔️ Day 25

2019 Puzzles List

Completed: 21 / 25 (84%) 🔜

✔️ Day 1 ✔️ Day 6 ✔️ Day 11 ✔️ Day 16 ✔️ Day 21
✔️ Day 2 ✔️ Day 7 ✔️ Day 12 ✔️ Day 17 ⏳ Day 22
✔️ Day 3 ✔️ Day 8 ✔️ Day 13 ⏳ Day 18 ✔️ Day 23
✔️ Day 4 ✔️ Day 9 ✔️ Day 14 ✔️ Day 19 ✔️ Day 24
✔️ Day 5 ✔️ Day 10 ✔️ Day 15 ⏳ Day 20 Day 25

2015 Puzzles List

Completed: 3 / 25 (12%) 🔜

✔️ Day 1 Day 6 Day 11 Day 16 Day 21
✔️ Day 2 Day 7 Day 12 Day 17 Day 22
✔️ Day 3 Day 8 Day 13 Day 18 Day 23
Day 4 Day 9 Day 14 Day 19 Day 24
Day 5 Day 10 Day 15 Day 20 Day 25

About

This project serves as a collection of my solutions for the yearly puzzles in "Advent of Code".

https://rrichy.github.io/Advent-of-Code/


Languages

Language:JavaScript 51.9%Language:CSS 19.2%Language:SCSS 18.1%Language:HTML 10.7%