Skip to main content

Python 3+ version data structures

Project description

Python basic data structures implementations

The data_structures3x is a python package with 3 of the most basic data structures. The package would keep updating as python itself updates to higher versions.

It contains the following data structures:

  • Binary Tree
  • Linked List
  • Hashmap

Installation

If not already, install pip

Install the package with pip or pip3:

pip install data-structures3x

Usage

See more examples at My Docs

Example of a linked list:

from dt_structures3x.linkedlist import Item
# linked list
root = Item(10)
root.appendChild(Item(17), Item(19))
root.display()

Output:

10 -> 17 -> 19

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

data-structures3x-1.4.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

data_structures3x-1.4.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file data-structures3x-1.4.0.tar.gz.

File metadata

  • Download URL: data-structures3x-1.4.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for data-structures3x-1.4.0.tar.gz
Algorithm Hash digest
SHA256 5196be07c5a0658042b2f2897d537fee65b53fe55a3f4385e7f4f6bc2e85bcb3
MD5 bd0185e912e756fd3b4abf6c620e38b0
BLAKE2b-256 86efe360743cd6fdcede58f218755ec08a4c396b55c1a4e8df1bbfe16f152fcf

See more details on using hashes here.

File details

Details for the file data_structures3x-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: data_structures3x-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for data_structures3x-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7bb2186f498d0f026ff7476329b58f3f31d4460f72bf7a9ffedc649288866aae
MD5 2da814fc0b7f27967d428b237a8ee074
BLAKE2b-256 d7486ec7673232b53677a7f496d7837a911afc51e44e7108ae34d1fb7cf063bd

See more details on using hashes here.

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