๐งโ๐ 24 days / 24 coding challenges โข adventJS ๐
This repository contains the solutions to the challenges proposed by @midudev on the adventJS website.
Show / Hide
| # | Challenge | Difficulty1 | Solution |
|---|---|---|---|
| 01 | Automating Christmas gift wrapping! | ๐ข | Show |
| 02 | Nobody wants to do extra hours at work | ๐ข | Show |
| 03 | How many packs of gifts can Santa carry? | ๐ข | Show |
| 04 | Box inside a box and another... | ๐ | Show |
| 05 | Optimizing Santa's trips | ๐ด | Show |
| 06 | Creating xmas decorations | ๐ | Show |
| 07 | Doing gifts inventory | ๐ข | Show |
| 08 | We need a mechanic! | ๐ | Show |
| 09 | Crazy Xmas lights | ๐ข | Show |
| 10 | The Santa Claus sleigh jump | ๐ | Show |
| 11 | Santa Claus is Scrum Master | ๐ด | Show |
| 12 | Electric sleighs, wow! | ๐ | Show |
| 13 | Backups for Santa Claus files | ๐ข | Show |
| 14 | The best path | ๐ข | Show |
| 15 | Decorating the Christmas tree | ๐ | Show |
| 16 | Fixing Santa Claus' letters | ๐ด | Show |
| 17 | Carrying gifts in bags | ๐ | Show |
| 18 | We ran out of ink! | ๐ข | Show |
| 19 | Sorting the toys! | ๐ข | Show |
| 20 | More challenging trips | ๐ด | Show |
| 21 | Creating the gifts table | ๐ | Show |
| 22 | The lights in sync | ๐ข | Show |
-
Install
make install # or npm install -
Run all challenges
make run # or npm test
-
Run specific challenge
make run YEAR=YYYY CHALLENGE=XX # where YYYY is the year and XX is the challenge number # or npm test YYYY/challenge-XX # where YYYY is the year and XX is the challenge number
MIT @ Inspired by the repository of borjapazr. Please see License for more information.
Footnotes
-
Difficulty: ๐ข Easy ๐ Medium ๐ด Hard ๐ฃ Very Hard โฉ
