/leetcode

Primary LanguagePython

Leet Code Solutions

Programming practice.

Usage

Uses uv for project management.

# Install uv (Linux/MacOS)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Make a venv and install dependencies
uv venv
uv pip install -r requirements.txt

# Run docstring tests
.venv/bin/pytest .