Repo for storing my progress in solving LeetCode programming problems.
Install the pre-commit hooks for formatting code:
pre-commit installInstall packages to the .venv:
sudo pip install -r requirements.txtInstall the package in "editable" mode, which means changes to the Python files will be immediately available without needing to reinstall the package.
pip install -e .| Programming Solution | LeetCode link |
|---|---|
| 410. Split Array Largest Sum | split-array-largest-sum |
