Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbyuki/aoc
Advent of Code
https://github.com/jbyuki/aoc
Last synced: 4 days ago
JSON representation
Advent of Code
- Host: GitHub
- URL: https://github.com/jbyuki/aoc
- Owner: jbyuki
- License: mit
- Created: 2020-12-25T10:13:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T08:29:17.000Z (11 months ago)
- Last Synced: 2024-10-12T22:54:39.784Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 475 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AOC
---Solutions of the excellent Advent of Code 2020, 2021, 2022, 2023.
The files are written in Lua but uses [ntangle.nvim](https://github.com/jbyuki/ntangle.nvim) to generate the script files.
For big numbers, which are not supported by default in Lua, I use an [external file](https://github.com/ennorehling/euler/blob/master/BigNum.lua).
Favorites
---------[24.12.2021](https://adventofcode.com/2021/day/24) - A true puzzle like I've rarely seen. At first, it didn't see that fun but once the reverse enginnering started, it felt really good to solve it. Also programming is entirely optional in this one, it's only used to verify the answer.