Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 322 Bytes

PageKey Education

Check out the video lessons that go with this repository!

To run Python tests for a data structure, cd to the data structure's directory and run python3 -m unittest discover.

Example:

cd HashTable
python3 -m unittest discover