Python / Java solutions for LeetCode problems.
π π π - πββοΈ πββοΈ πββοΈ - β β β
The URL of each solution is embedded at the top of the file.
Run bash urls.sh
to see the URLs for all attempted problems.
For Python solutions:
virtualenv venv # setup starts here
source venv/bin/activate
pip install -r requirements.txt
ruff check python # validation starts here
mypy python
For Java solutions:
gradle build # validation starts here