Algorithms and Data structures Installation Install pipenv $ brew install pip $ pip install pipenv Install dependencies $ pipenv sync Create your virtual environment $ pipenv create shell Test your implementations $ python <data_structure>_test.py