https://github.com/meithecatte/aoc2021
Solutions for the 2021 Advent of Code
https://github.com/meithecatte/aoc2021
Last synced: 11 months ago
JSON representation
Solutions for the 2021 Advent of Code
- Host: GitHub
- URL: https://github.com/meithecatte/aoc2021
- Owner: meithecatte
- Created: 2021-12-01T14:56:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T17:08:46.000Z (about 4 years ago)
- Last Synced: 2025-01-30T19:49:16.114Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2021
Solutions to the Advent of Code 2021 puzzles.
- [Day 1: Isabelle/HOL](day1)
- [Day 2: Haskell](day2)
- [Day 3: x86-64 asm for part1, bash for part2](day3)
- [Day 4: Python](day4)
- [Day 5: Factor](day5)
- [Day 6: jq](day6)
- [Day 7: C](day7)
- [Day 8: Retina for part1, Pyth for part2](day8)
- [Day 9: Python](day9)
- [Day 10: Zig](day10)
- [Day 11: Python](day11) (placed on the global leaderboard - 46 / 42)
- [Day 12: Prolog](day12)
- [Day 13: Python](day13) (placed on the global leaderboard - 61 / 16)
- [Day 14: Python](day14)
- [Day 15: Rust](day15)
- [Day 16: Rust + nom](day16)