Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 251 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 251 Bytes

Data structures implementation

implementing data structures and algorithms in python and test them

Testing

for test the data structures run the following commands in your terminal:

python3 -m unittest tests/test_<data structure name>