- Repo to try to do/solve all the challenges from the Advent Code Event 2022.
- Main programming language: Python.
- I will try to solve the same issues but wih Go.
- If you want to know more about the event, you can visit the official page: https://adventofcode.com/
Exercise | Completed | Link |
---|---|---|
Day 1 | ⭐ ⭐ | https://adventofcode.com/2022/day/1 |
Day 2 | ⭐ ⭐ | https://adventofcode.com/2022/day/2 |
Day 3 | ⭐ ⭐ | https://adventofcode.com/2022/day/3 |
Day 4 | ⭐ ⭐ | https://adventofcode.com/2022/day/4 |
Exercise | Completed | Link |
---|---|---|
Day 1 | ⭐ ⭐ | https://adventofcode.com/2021/day/1 |
Day 2 | ⭐ ⭐ | https://adventofcode.com/2021/day/2 |
Day 3 | ⭐ ⭐ | https://adventofcode.com/2021/day/3 |
Day 4 | ⭐ ⭐ | https://adventofcode.com/2021/day/4 |
- To check the solutions for each day you can enter to folder of the day.
- Each day will have a README file to explain the problem.
- All the solutions are on Python
- if you want to support with a better solution you can create a file on the same day and create the solution.
- Is free to use any programming language.
- Please make a PR so I can review the change. 😉