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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: data-structures3x-1.4.5.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.5.tar.gz
Algorithm Hash digest
SHA256 ae6b60657690b4b5876b8751b82a957ffe39b920f74bd4659ad022d32f9519f1
MD5 10841a417da780acd462ea4a1aa24b97
BLAKE2b-256 f77ee021f823259546058b02f2d2a2592b64e37006d0ed10fc812bdc15348c86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: data_structures3x-1.4.5-py3-none-any.whl
  • Upload date:
  • Size: 6.3 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c980fd79d2776e90667e1061c14fd5819deed2f0692f5a83278dd93f8147e082
MD5 77343a0ff1172a1b8297fa8466e0ead8
BLAKE2b-256 4bff9f52821b67acbe02b4cc7423438d3a084cfc5aacf408acb01db8c4f4dbf0

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