Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshender/advent-of-code
My solutions to the Advent of Code problems.
https://github.com/vshender/advent-of-code
advent-of-code competitive-programming ocaml
Last synced: 27 days ago
JSON representation
My solutions to the Advent of Code problems.
- Host: GitHub
- URL: https://github.com/vshender/advent-of-code
- Owner: vshender
- License: isc
- Created: 2023-12-01T12:24:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T23:49:04.000Z (about 1 month ago)
- Last Synced: 2024-12-09T00:29:00.568Z (about 1 month ago)
- Topics: advent-of-code, competitive-programming, ocaml
- Language: OCaml
- Homepage:
- Size: 272 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 solutions to the [Advent of Code](https://adventofcode.com/) problems written in [OCaml](https://ocaml.org/).
## 2022
1. [Calorie Counting](2022/01.calorie-counting)
## 2023
1. [Trebuchet?!](2023/01.trebuchet)
2. [Cube Conundrum](2023/02.cube-conundrum)
3. [Gear Ratios](2023/03.gear-ratios)
4. [Scratchcards](2023/04.scratchcards)
5. [If You Give A Seed A Fertilizer](2023/05.if-you-give-a-seed-a-fertilizer)
6. [Wait For It](2023/06.wait-for-it)
7. [Camel Cards](2023/07.camel-cards)
8. [Haunted Wasteland](2023/08.haunted-wasteland)
9. [Mirage Maintenance](2023/09.mirage-maintenance)
10. [Pipe Maze](2023/10.pipe-maze)
11. [Cosmic Expansion](2023/11.cosmic-expansion)
12. [Hot Springs](2023/12.hot-springs)
13. [Point of Incidence](2023/13.point-of-incidence)
14. [Parabolic Reflector Dish](2023/14.parabolic-reflector-dish)
15. [Lens Library](2023/15.lens-library)
16. [The Floor Will Be Lava](2023/16.the-floor-will-be-lava)
17. [Clumsy Crucible](2023/17.clumsy-crucible)
18. [Lavaduct Lagoon](2023/18.lavaduct-lagoon)
19. [Aplenty](2023/19.aplenty)
20. [Pulse Propagation](2023/20.pulse-propagation)
21. [Step Counter](2023/21.step-counter)
22. [Sand Slabs](2023/22.sand-slabs)
23. [A Long Walk](2023/23.a-long-walk)
24. [Never Tell Me The Odds](2023/24.never-tell-me-the-odds)## 2024
1. [Historian Hysteria](2024/01.historian-hysteria)
2. [Red-Nosed Reports](2024/02.red-noised-reports)
3. [Mull It Over](2024/03.mull-it-over)
4. [Ceres Search](2024/04.ceres-search)
5. [Pringt Queue](2024/05.print-queue)
6. [Guard Gallivant](2024/06.guard-gallivant)
7. [Bridge Repair](2024/07.bridge-repair)
8. [Resonant Collinearity](2024/08.resonant-collinearity)
9. [Disk Fragmenter](2024/09.disk-fragmenter)
10. [Hoof It](2024/10.hoof-it)
11. [Plutonian Pebbles](2024/11.plutonian-pebbles)
12. [Garden Groups](2024/12.garden-groups)