Implementation of basic sata structures in Python
Including:
- Stack
- Linked list
- Binary tree
Expected data structures in future versions:
- Queue
- Double-ended queue
- Actual binary tree class (now package contains
TreeNode
class only) - Red-black tree
Supported python versions: 3.9
→ 3.12
Links:
Install:
pip install basic-data-structure