/data_structures

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

data_structures

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.

Overview

A python package for common data structures like linked list, stack, queue, graphs etc

Installation / Usage

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

Contributing

TBD

Example

TBD