https://github.com/lexicality/advent-of-code
some of my solutions for the advent of code
https://github.com/lexicality/advent-of-code
advent-of-code advent-of-code-rust advent-of-code-solutions
Last synced: 2 months ago
JSON representation
some of my solutions for the advent of code
- Host: GitHub
- URL: https://github.com/lexicality/advent-of-code
- Owner: Lexicality
- License: eupl-1.2
- Created: 2020-12-04T00:20:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T14:00:36.000Z (7 months ago)
- Last Synced: 2025-07-27T01:06:37.802Z (5 months ago)
- Topics: advent-of-code, advent-of-code-rust, advent-of-code-solutions
- Language: Rust
- Homepage: https://adventofcode.com/
- Size: 782 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lexi's Advent of Code Solutions
My solutions for Advent of Code, some of them written on the day, increasingly
more of them written retrospectively.
A lot of the utilities and helpers are extremely rough and poorly thrown
together, especially the Rust ones since I used 2022 to _learn_ rust and
therefore all my code from then was idiot beginner code, but I've been gradually
improving matters.
Unfortunately some of the bugs/issues I've fixed for newer days have broken
previous days, so don't expect all of these to actually work 😅
The `data/` submodule is private since the about page has this text on it:
> If you're posting a code repository somewhere, please don't include parts of
> Advent of Code like the puzzle text or your inputs.