An open API service indexing awesome lists of open source software.

https://github.com/asukaminato0721/aoc2024


https://github.com/asukaminato0721/aoc2024

Last synced: 3 months ago
JSON representation

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