Skip to content

nibble-4bits/AdventOfCode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

This year I've decided to give a try at solving the Advent of Code 2020 problems and in this repo I will be committing my solutions!

Note that these solutions might not optimal or have good readability. My goal in this challenge is to understand and solve the problems the day the come out, if possible, rather than writing efficient and elegant code.

How to test the solutions

  1. Clone this repo by running the following command:
git clone https://github.com/nibble-4bits/AdventOfCode2020
  1. Since this is a NodeJS project, install the required dependencies by running:
npm install
  1. Finally, run:
npm start

And that's it! This command will run the main.js script, which in turn will run all of the solutions for each day and print the results, based on my particular inputs.

Status

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

License

MIT

About

My solutions to the Advent of Code 2020 problems

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors