version number: 0.0.1 author: Manish M Yathnalli The reason I created this package is because I was fed up implementing common datastrures when ever I was solving something. I want a simple ds package which I can readily read and modify according to my needs.
A python package for common data structures like linked list, stack, queue, graphs etc
To install use pip:
$ pip install data_structures
Or clone the repo:
$ git clone https://github.com/manishym/data_structures.git
$ python setup.py install
TBD
TBD