michel-kraemer / adventofcode-rust

My solutions to the Advent of Code (in Rust)

Home Page:https://adventofcode.com/

Repository from Github https://github.commichel-kraemer/adventofcode-rustRepository from Github https://github.commichel-kraemer/adventofcode-rust

Advent of Code

These are my solutions to the annual Advent of Code challenge.

Goals

πŸ¦€ Implement everything in Rust

πŸ‘ Find generalized solutions that work with every input

⛓️‍πŸ’₯ Avoid 3rd party dependencies (if possible and reasonable)

πŸƒβ€β™‚οΈβ€βž‘οΈ Try to optimize performance (to the best of my knowledge)

πŸ€“ Find clever solutions to complex problems that others might not have found. Some highlights I'm particularly proud of:

License

The solutions are released under the MIT license. See the LICENSE file for more information.