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.1.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.1-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dstructslib-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 dbe9557ea7414d11dfc757c1c82fdd9d140902ead3d3c43308539b5ae21238cf
MD5 d2f8f895a17a401bfebc1272e33e0e81
BLAKE2b-256 6638204790b86c6562e04281a807da74ad4b2a76a309f4e2709795b44520f22d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dstructslib-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7fe2c620cd506e6bc6558cd14b2545aa819788b06ea8af19da8d4ffdd7142ab
MD5 279f2659f254f483d707496a846ed474
BLAKE2b-256 e8b27d1e5e09272fbf04c134a4ca2890389d82f23ecaa459919a5bca37303302

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