Simple datastructures library with documentation.
Project description
Python Data Structures by slav_EEik
About the project
This is a simple datastructures and algorithms library. It is also published on PyPi.
You can see the automatically-generated documentation on GitHub Pages.
Here are all implemented datastructures:
-
Lists
- Singly Linked List
- Doubly Linked List
- Static Array
-
Linear Structures
- Stack
- Queue
- Deque
-
Heaps
- Min Heap
- Priority Queue
-
Trees
- Binary Tree
- Binary Search Tree
- Sequence Binary Tree
- Trie
-
Graphs
- Adjacency List
- Adjacency Matrix
You can also utilize nodes of these structures in your projects.
Here are all implemented algorithms:
-
Sorting Algorithms:
- Heap Sort
- Bubble Sort
- Quick Sort
-
Tree Algorithms:
- Tree balancing
-
Graphs Algorithms:
- Dijkstra algorithm
- Breadth First Search
- Depth First Search
Installation
pip install --upgrade pip
pip install slav-eeik-datastructures
Modules:
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contacts
For any inquiries, please reach out to the project maintainer on GitHub or Telegram.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slav_eeik_datastructures-0.2.tar.gz.
File metadata
- Download URL: slav_eeik_datastructures-0.2.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab5f19c56c9d210cf2bd4f76a62e5f45eedb0b36bf23804f39c63dcaf1abae4b
|
|
| MD5 |
39f0d358f7de4efbe227e35f80eaa375
|
|
| BLAKE2b-256 |
83e51439e061935e4696bba0463f680d495dc9e09cbba6aece721e400e376f4d
|
File details
Details for the file slav_eeik_datastructures-0.2-py3-none-any.whl.
File metadata
- Download URL: slav_eeik_datastructures-0.2-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
673475093ea29f033c39bc94080648a7bbcb26b611dd8d13befb4334e876cde8
|
|
| MD5 |
b9766cf15367ad17776292170d982832
|
|
| BLAKE2b-256 |
a7511d1f1653be855b26ec792114dc0a4133978777e10c0b429884b55277e686
|