Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jbyuki/aoc

Advent of Code
https://github.com/jbyuki/aoc

Last synced: 4 days ago
JSON representation

Advent of Code

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.