Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victormhp/adventJS-midudev
Soluciones a los retos de @midudev en https://adventjs.dev/
https://github.com/victormhp/adventJS-midudev
adventjs challenges-solutions javascript midudev
Last synced: 3 months ago
JSON representation
Soluciones a los retos de @midudev en https://adventjs.dev/
- Host: GitHub
- URL: https://github.com/victormhp/adventJS-midudev
- Owner: victormhp
- Created: 2022-12-01T19:48:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T18:59:29.000Z (10 months ago)
- Last Synced: 2024-05-21T17:11:40.707Z (8 months ago)
- Topics: adventjs, challenges-solutions, javascript, midudev
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-adventjs - victormhp/advent-JS-2022 - commit/ruugii/Awesome-adventjs?style=flat-square) (🤖 2022 / 🧑💻 Solutions)
README
## 🐣💻 Advent JS Solutions
Mis soluciones al Advent JS 2022, una iniciativa de [@midudev](https://midu.dev/) que puedes seguir en [adventJS](https://adventjs.dev/). Son una serie de problemas diarios al estilo de Advent of Code, pero orientados a ser resueltos con Javascript o Typescript.
## 2022
Show / Hide
### 👾 Challenges
| # | Challenge | Solution |
| :-: | :--------------------------------------------------------: | :-----------------------: |
| 01 | [¡Automatizando envolver regalos de navidad!](/day01) | [Código](/day01/index.js) |
| 02 | [Nadie quiere hacer horas extras](/day02) | [Código](/day02/index.js) |
| 03 | [¿Cuátas cajas de regalos puede llevar Papá Noel?](/day03) | [Código](/day03/index.js) |
| 04 | [Una caja dentro de otra caja y otra...](/day04) | [Código](/day04/index.js) |
| 05 | [Optimizando viajes de Santa](/day05) | [Código](/day05/index.js) |
| 06 | [Creando adornos navideños](/day06) | [Código](/day06/index.js) |
| 07 | [Haciendo inventario de regalos](/day07) | [Código](/day07/index.js) |
| 08 | [¡Necesitamos un mecánico!](/day08) | [Código](/day08/index.js) |
| 09 | [Las luces de Navidad](/day09) | [Código](/day09/index.js) |
| 10 | [El salto del trineo de Papá Noel](/day10) | [Código](/day10/index.js) |
| 11 | [Papá Noel es el scrum master](/day11) | [Código](/day11/index.js) |
| 12 | [Trineos eléctricos, ¡wow!](/day02) | [Código](/day12/index.js) |
| 13 | [Backup de los archivos de Papá Noel](/day13) | [Código](/day13/index.js) |
| 14 | [El mejor camino](/day14) | [Código](/day14/index.js) |
| 15 | [Decorando el árbol de Navidad](/day15) | [Código](/day15/index.js) |
| 16 | [Arreglando las cartas de Papá Noel](/day16) | [Código](/day16/index.js) |
| 17 | [Llevando los regalos en sacos](/day17) | [Código](/day17/index.js) |
| 18 | [¡Nos quedamos sin tinta!](/day18) | [Código](/day18/index.js) |
| 19 | [Ordenando los regalos](/day19) | [Código](/day19/index.js) |
| 20 | [Más viajes retadores](/day20) | [Código](/day20/index.js) |
| 21 | [Creando la tabla de regalos](/day21) | [Código](/day21/index.js) |
| 22 | [La iluminación en sintonía](/day22) | [Código](/day22/index.js) |
| 23 | [Compilador de Papá Noel](/day23) | [Código](/day23/index.js) |
| 24 | [El último es un reto de laberinto](/day24) | [Código](/day24/index.js) |