Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatxliner/advent-of-code
My Advent Of Code solutions
https://github.com/thatxliner/advent-of-code
advent-of-code
Last synced: 6 days ago
JSON representation
My Advent Of Code solutions
- Host: GitHub
- URL: https://github.com/thatxliner/advent-of-code
- Owner: ThatXliner
- License: agpl-3.0
- Created: 2023-12-01T03:50:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T05:49:46.000Z (11 months ago)
- Last Synced: 2024-10-11T03:12:16.587Z (28 days ago)
- Topics: advent-of-code
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent Of Code
My Advent Of Code solutions. As always, I'll be writing it in Python (or C++ if C++ has some data structures I need) or Rust for performance ~~because I can't find a way to further optimize my algorithm so I try to turn to multithreading and potentially SIMD.~~