Python Challenges A collection of Python programming challenges and utilities. Project Structure src/challenges/: Algorithm implementations src/utils/: Utility functions and classes tests/: Test suite using pytest Development Setup pip install -e ".[dev]" Run Tests pytest Format Code black src tests isort src tests