Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 239 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 239 Bytes

leetcode

Leetcode problems together with their solution.

development

virtualenv -p python3.10 venv
source venv/bin/activate

pip install -r requirements.txt
python setup.py develop

# Start jupyter lab
jupyter lab

Have fun!