Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.29 KB

File metadata and controls

19 lines (12 loc) · 1.29 KB

Python Experiments and Explorations

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.

About This Repository

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.


Projects

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