My attempts to solve puzzles of Advent of Code
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rust 57.9%
Haskell 5.1%
Lean 4.7%
Nix 0.4%
Other 31.8%
32 3 0

Clone this repository

https://tangled.org/kaushikc.org/AoC https://tangled.org/did:plc:lvkhxfkdwqgwrpdek3h3q2gc/AoC
git@git.kaushikc.org:kaushikc.org/AoC git@git.kaushikc.org:did:plc:lvkhxfkdwqgwrpdek3h3q2gc/AoC

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Advent of Code#

Over the years, I have tried solving puzzles using various languages - Haskell and Lean. In 2022, I am building a Rust-based system to solve the same puzzles for 2022 and in future.

I have moved yesteryear's attempts to the archive folder.

The main folder would consist of the Rust project, which has the aoc-lib library (will write more about it in future), the solutions folder consisting of solutions to the puzzles every year (starting with year_2022), and the main function which uses the solutions to generate the answers.

I plan to convert the same main function to a CLI app some day.