Skip to content

david-xander/DataStructures-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataStructures practice in Python

Always aplying a bit of unit testing with huge steps, but gradually finding the result. For example, if Queue is created using a Stack that is using a Linked list, I started by creating and testing the linked list, then the Stack and finally the Queue.

Not packaging yet, so simple export path will do for the tests: export PYTHONPATH="${PYTHONPATH}:YOUR_ABSOLUTE_PATH_TO_THE_PROJECT_FOLDER"

In my case I did this in a virtual env: export PYTHONPATH="${PYTHONPATH}:/Users/david/__PYTHON/DataStructures/datastructures"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages