Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razimantv/adventofcode2023
My solutions to Advent of Code 2023 with explanations
https://github.com/razimantv/adventofcode2023
Last synced: about 2 months ago
JSON representation
My solutions to Advent of Code 2023 with explanations
- Host: GitHub
- URL: https://github.com/razimantv/adventofcode2023
- Owner: razimantv
- License: mit
- Created: 2023-12-26T23:42:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T00:15:34.000Z (about 1 year ago)
- Last Synced: 2023-12-28T00:33:40.992Z (about 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023 Solutions
I solved all problems of [Advent of Code](https://adventofcode.com/) [this time](https://adventofcode.com/2023). This was also the first time I went through an entire major contest in Python since my recent switch from C++ to Python on LeetCode (had to use sagemath for one problem, but I think it still counts).
I have shared my python code to solve all the problems, along with the explanations for all the solutions (starred some solutions I found unusual/interesting/fun)
* [Problem 1](1)
* [Problem 2](2)
* [Problem 3](3)
* [Problem 4](4)
* [Problem 5](5)
* [Problem 6](6)
* [Problem 7](7)
* [Problem 8](8)
* [Problem 9](9)
* [Problem 10](10) (⭐)
* [Problem 11](11)
* [Problem 12](12)
* [Problem 13](13)
* [Problem 14](14) (⭐)
* [Problem 15](15)
* [Problem 16](16)
* [Problem 17](17)
* [Problem 18](18) (⭐)
* [Problem 19](19)
* [Problem 20](20)
* [Problem 21](21) (⭐)
* [Problem 22](22)
* [Problem 23](23)
* [Problem 24](24)
* [Problem 25](25) (⭐)Please raise an issue if you want further clarifications for some solution or need explanations for something I have done in some code.