Skip to content

michel-kraemer/adventofcode-rust

Repository files navigation

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.