Skip to main content

Data Structures Collections: BST and Linked Lists.

Project description

DS Collections

Overview

DS Collections is a Python package that provides efficient and easy-to-use implementations of fundamental data structures. It currently includes:

  • Singly Linked List: A simple linked list where each node points to the next.
  • Doubly Linked List: A more advanced linked list with both forward and backward traversal.
  • Binary Search Tree (BST): A binary tree for efficient searching, insertion, and deletion operations.

This package is designed for developers, students, and anyone learning about data structures or needing these implementations in their projects.


Features

  • Singly Linked List

    • Add, delete, and traverse nodes.
    • Efficient memory usage for linear data.
  • Doubly Linked List

    • Supports bidirectional traversal.
    • Add or delete nodes at any position.
  • Binary Search Tree

    • Allows duplicate or unique keys.
    • Includes functions for insertion, deletion, and traversal.

Installation

You can install the package locally or through PyPI (if uploaded):

pip install dstructlib

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

dstructslib-1.0.0.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dstructslib-1.0.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file dstructslib-1.0.0.tar.gz.

File metadata

  • Download URL: dstructslib-1.0.0.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.5

File hashes

Hashes for dstructslib-1.0.0.tar.gz
Algorithm Hash digest
SHA256 eca4293bd4bb10e4d4eb957bd155c3f74584ef36cf4436bec3ce76f2478b981a
MD5 6c983e1551527681db6601077e7b4a18
BLAKE2b-256 092e93d54b01a9aa7f7dacb027e5ab5ce263e443a89d2fb3793ebe8e05a88d3b

See more details on using hashes here.

File details

Details for the file dstructslib-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: dstructslib-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.5

File hashes

Hashes for dstructslib-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5c76622c54a2a3db592e9341d45c08407624362e4bdba2037d8b02aa2750462a
MD5 19482cca71eac668176492a91122eb42
BLAKE2b-256 94c41b8d5f6bab19d428a1d5250f87d3c87b0f6a6b52ae31d88f6b7cf7639e74

See more details on using hashes here.

Supported by

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