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

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

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)