Welcome to my collection of Python projects, coding challenges, and explorations. This repository serves as a personal "digital garden" where I experiment with different algorithms, libraries, and programming concepts.
This is a monorepo, meaning it contains multiple distinct projects, each in its own subdirectory. The goal is to keep related experimental work organized in a single location.
Below is a directory of the projects hosted in this repository.
| Project | Description | Topics/Tags |
|---|---|---|
| 📁 Locker Problem | A comprehensive solution to the classic Locker Problem, featuring an efficient mathematical approach, a step-by-step simulation, performance benchmarks, and an interactive CLI. | algorithm, math, cli |