Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.13 KB

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.