Skip to content

pagekey/education

Repository files navigation

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