https://github.com/asukaminato0721/aoc2024
https://github.com/asukaminato0721/aoc2024
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/asukaminato0721/aoc2024
- Owner: asukaminato0721
- Created: 2024-12-03T03:26:33.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-24T05:26:27.000Z (5 months ago)
- Last Synced: 2025-02-16T03:09:51.033Z (4 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOC2024
## How to run
```
cargo test d1_2 -r -- --nocapture < src/d1.in
```---
d12:
Handshaking lemma: ∑ deg(V)=2|E|
since every deg(edge) == 2, so 2V=2E, V=E, only need to count edge.
---
d14
very funny
---
d15_1 solved, point is can push multiple `O` at a time
by gemini 2.0 flash thinking experimental
---
d22_1 solved by claude
d22_2 solved by gemini 2.0 flash