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.6.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

data_structures3x-1.4.6-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: data-structures3x-1.4.6.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for data-structures3x-1.4.6.tar.gz
Algorithm Hash digest
SHA256 836a883e23466f169a3c3b7cae627f5b9e616f66f2d7fe0ed42ff97ea7f5ac6d
MD5 6b565c932ec9d9cb546ee940e7ed8f17
BLAKE2b-256 41a6a419e49196ace8f4a459407017b0b3dc2392143528ed7c6ccd9f7633f38d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: data_structures3x-1.4.6-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2

File hashes

Hashes for data_structures3x-1.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d4372cf68d6029142e898b6c35739ef1d01deeb52e9bf8638841c878f3de46e5
MD5 b1140650797b37701b1d6822657daa84
BLAKE2b-256 9a210aa3b3d02ac3f904cf3f7884563a11213285b31431b5bc3add731f927d26

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