Gsauce-pyds

Some useful and known data structure.


Keywords
python, linked, list, singly, Binary, Search, Tree, circular-linked-list, data-structures, doubly-circular-linked-list, doubly-linked-list, doublylinkedlist, linked-list, python-3, python-library, queue, stack
License
MIT
Install
pip install Gsauce-pyds==1.0.0

Documentation

Data Structures for python

  • Linked List
    • Singly Linked List
    • Circularly Singly Linked List
    • Doubly Linked List
    • Circularly Doubly Linked List
  • Stack
    • Stack using list
    • Stack using linked list
  • Queue
    • Queue using singly linked list
  • Dequeue
    • dequeue using doubly linked list
  • Trees
    • Binary Trees
    • Binary search trees (BST)

Installation

Latest Version : 0.3.0

pip install Gsauce-pyds

License

© 2021 Rajarshi Banerjee

This repository is licensed under the MIT license. See Licence for details.

Link to package

Gsauce-pyds | pypi