Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 424 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 424 Bytes

Data Structures & Algorithms in Python

Collection of various Data Structures and Algorithms in Python

Setup

  1. Make sure Poetry is installed

  2. Clone Repository -

    git clone github.com/octallium/dsa_python
  3. cd dsa_python
  4. cd poetry install
  5. poetry shell
  6. Testing

    pytest -vv