Skip to main content

A package that contains common data structures

Project description

Python Data Structures

⚠️ This package is currently in development ⚠️

Table of Contents

  1. About
  2. Getting Started
  3. Data Structures
  4. Contact

About

A Python package that contains common data structures.

Getting Started

Installation

To get started, install the package:

user@machine:~/$ pip install pydatastructs

Then, import it into your project:

from pydatastructs import Stack, Queue, Tree, LinkedList
my_stack = Stack(collection=[1, '2', {'3': 3}])
my_queue = Queue(collection=[4.4, [5], (6)])
my_tree = Tree(value='I am Groot')
my_linkedlist = LinkedList(value='HEAD')

Data Structures

Stack

Information about the stack data structure...

Queue

Information about the queue data structure...

Tree

Information about the tree data structure...

Linked List

Information about the linkedlist data structure...

Contact

For support, feedback or, to report a bug, you may contact the maintainer:

License

Distributed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydatastructs-1.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

pydatastructs-1.1.0-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page