A personal collection of my Python solutions to algorithm problems
It is intended for learning, practice, and reference.
Solutions are organized by year. Each file is named practice<n> in the order I solved them.
algo-solutions-python/
├── practice_problem_solutions (2025)/
│ ├── practice1.py
│ ├── practice2.py
│ └── ...
├── practice_problem_solutions (2026)/
│ ├── practice1.py
│ ├── practice2.py
│ └── ...
Each file usually includes the problem source and a short note at the top as a comment.
Distributed under the MIT License. See LICENSE for details.
© 2026 Huerte. All Rights Reserved.