https://github.com/pacman82/advent-of-code-2022
https://github.com/pacman82/advent-of-code-2022
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacman82/advent-of-code-2022
- Owner: pacman82
- Created: 2022-12-04T15:21:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T21:54:02.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:14:31.107Z (4 months ago)
- Language: Rust
- Size: 196 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Advent of code 2022
My personal code for solving the puzzles at . These are usually several days old, until I start tackling them. However I still have fun catching up. I do not follow any particular strategy. Sometimes I go for clean code, sometimes I go for getting it done fast and sometimes I optimize for a fast runtime. Feel free to read my solutions, but do not expect anything in particular.