Advent of Code 2024 solutions in Rust.
I try to treat every problem as an algorithm question and solve it in the most time efficient way possible, and in Rust. I am a beginner in Rust so please feel free to point out any mistakes.
Some code files may seem ill-formatted since I was trying to complete the question as fast as possible (maintaining algorithmic efficiency but not code readability or structure).
Some python test scripts may appear here and there to help me with debugging.