Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markalbrand56/advent-of-code

Advent of Code 2023
https://github.com/markalbrand56/advent-of-code

2023 advent-of-code christmas

Last synced: 2 days ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# [Advent of Code 2023](https://adventofcode.com/2023)
Advent of Code 2023

## Desafíos adicionales
### Lenguajes a usar (de manera aleatoria)
- Python
- Go
- C
- C++
- Rust
- JavaScript
- Kotlin

![Roulette](https://github.com/markalbrand56/Advent-Of-Code/blob/main/assets/screenshot.png)

## Días
### Day 1: Trebuchet ⭐⭐ [C]()

### Day 2: Cube Conundrum ⭐⭐ [Kotlin]()

### Day 3: Gear Ratios ⭐⭐ [JS]()

### Day 4: Scratchcards ⭐⭐ [C]()

### Day 5: If You Give A Seed A Fertilizer ⭐❓ [C++]()
> [!NOTE]
> De la parte 1 a la parte 2 pasan de procesarse 20 semillas a procesarse literalmente casi dos mil millones de semillas. Mi computadora pasó más de dos horas ejecutando el programa y no logró terminar (con multithreading implementado).
> Tengo confianza de que el algoritmo está bien pero hasta el momento no he terminado la ejecución, otro día lo dejaré corriendo para ver si me da la respuesta correcta.

### Day 6: Wait For It ⭐⭐ [Go]()

### Day 7: Camel Cards ⭐⭐ [Rust]()

### Day 8: Haunted Wasteland ⭐⭐ [Python]()

### Day 9: Mirage Maintenance ⭐⭐ [Go]()

### Day 10: Pipe Maze ⭐ [Python]()

### Day 11: Cosmic Expansion ⭐⭐ [Kotlin]()

### Day 13: Point of Incidence: ⭐⭐ [C++]()

### Day 14: Parabolic Reflector Dish ⭐⭐ [JS]()

### Day 15: Lens Library ⭐⭐ [Python]()

### Day 16: The Floor Will Be Lava ⭐⭐ [C++]()