Contains solutions to data structure problems, solved as a part of my interview search
Use the package manager pip to install virtualenv and project dependencies.
python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.