akhilkammila / leetcode-solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SETUP

1. Create and activate virtual environment

python3 -m venv myVenv

source myVenv/bin/activate

to deactivate (don't need to do this): deactivate

2. Install dependences

pip install -r requirements.txt

3. Run code!

About


Languages

Language:Python 100.0%