Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arialdev/adventjs
Personal repository for adventjs.dev
https://github.com/arialdev/adventjs
advent
Last synced: 3 months ago
JSON representation
Personal repository for adventjs.dev
- Host: GitHub
- URL: https://github.com/arialdev/adventjs
- Owner: arialdev
- Created: 2021-12-14T16:34:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T12:44:32.000Z (about 2 years ago)
- Last Synced: 2024-08-02T11:22:09.877Z (6 months ago)
- Topics: advent
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-adventjs - arialdev/adventjs - commit/arialdev/adventjs?style=flat-square) (🤖 2022 / 🧑‍💻 Solutions)
README
# 🎄My 2022 adventjs commented solutions🎄
adventjs.dev is a platform developed by where you can practice your JavaScript skills via challenges as an advent calendar. This repository contains my proposed solutions for all the challenges.
As I consider that if you are reading this you may be in the search of some help for succeeding on a challenge, all my solutions are described so you can understand what I implemented. There are some challenges with more than one solution (for example, an iterative and a functional one).
The solutions descriptions contain a title for identifying it, the calculated time complexity, an explanation step by step and, some author comments about it.
If you think you got into a better solution than the one I propose, please let me know, so I can include your solution (all the credits will be yours, of course).
## Index of challenges
| Day | Code + Description | Test |
| :---: | :-----------------------------------------------------------------------------------------------------------------------: | :---: |
| 1 | [¡Automatizando envolver regalos de navidad!](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day01.js) | ✅ |
| 2 | [Nadie quiere hacer horas extra](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day02.js) | âś… |
| 3 | [How many packs of gifts can Santa carry?](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day03.js) | âś… |
| 4 | [Box inside a box and another...](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day04.js) | âś… |
| 5 | [Optimizing Santa's trips](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day05.js) | âś… |
| 6 | [Creating xmas decorations](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day06.js) | âś… |
| 6 | [Doing gifts inventory](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day07.js) | âś… |
| 8 | [¡Necesitamos un mecánico!](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day08.js) | ✅ |
| 9 | [Las locas luces de Navidad](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day09.js) | âś… |
| 10 | [El salto del trineo de Papá Noel](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day10.js) | ✅ |
| 11 | [Papá Noel es Scrum Master](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day11.js) | ✅ |
| 12 | [Trineos eléctricos, ¡guay!](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day12.js) | ✅ |
| 13 | [Backup de los archivos de Papá Noel](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day13.js) | ✅ |
| 14 | [El mejor camino](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day14.js) | âś… |
| 15 | [Decorando el árbol de Navidad](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day15.js) | ✅ |
| 16 | [Arreglando las cartas de Papá Noel](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day16.js) | ✅ |
| 17 | [Llevando los regalos en sacos](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day17.js) | âś… |
| 18 | [¡Nos quedamos sin tinta!](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day18.js) | ✅ |
| 19 | [Ordenando los regalos](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day19.js) | âś… |
| 20 | [Más viajes retadores](https://github.com/arialdev/adventjs/blob/main/src/2022/exercices/day20.js) | ✅ |
| 21 | - | - |
| 22 | - | - |
| 23 | - | - |
| 24 | - | - |
| 25 | - | - |