Skip to content

mishaga/basic_data_structure

Repository files navigation

Basic Data Structure

Implementation of basic sata structures in Python

Including:

  1. Stack
  2. Linked list
  3. Binary tree

Expected data structures in future versions:

  1. Queue
  2. Double-ended queue
  3. Actual binary tree class (now package contains TreeNode class only)
  4. Red-black tree

Supported python versions: 3.93.12

Links:

Install:

pip install basic-data-structure