Skip to main content

Easy-to-use data structures package for students

Project description

dsa-structures

This package provides simple and student-friendly implementations of basic Data Structures in Python.

Included structures:

  • Linked List
  • Doubly Linked List
  • Stack
  • Queue

Installation

Install the package from PyPI:

pip install dsa-structures

Usage Example

from dsa_structures import LinkedList

ll = LinkedList() ll.append(10) ll.append(20) ll.append(30)

print(ll.display()) # Output: [10, 20, 30]

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

dsa_structures-0.0.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

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

dsa_structures-0.0.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file dsa_structures-0.0.1.tar.gz.

File metadata

  • Download URL: dsa_structures-0.0.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.7

File hashes

Hashes for dsa_structures-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a545d153231ec7d49a314a8e45302189f2efb901a7e02379ac34a20edbcee91f
MD5 a67c6507ebe0aaaf3c26be5a8dad1ca4
BLAKE2b-256 e7509a48cd58e7d4b343c7294b52bd18e1131e4432adddd3a2c1f5f5ed24f466

See more details on using hashes here.

File details

Details for the file dsa_structures-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: dsa_structures-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.7

File hashes

Hashes for dsa_structures-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 85c28421771d17be73adfa9c4a0df7a66f2292b59d78af43df8ea547716d760a
MD5 cd61ccc768b1719a7f4ce43075cd85c0
BLAKE2b-256 a2349f085d486ede4486c655adacacd18701f50097818fa63d918a08a1cd29b8

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