Skip to content

Data Structures Python

Welcome to the official documentation of Data Structures Python, an educational package developed by CHRIST SAGOMBAYE. This site guides you step-by-step to install, understand, and use the main data structures implemented from scratch in Python.


Table of Contents

  • 🔧 Installation How to install the package from PyPI or in development mode.

  • 🚀 Usage Guide Some quick examples to get started.

  • 📦 Modules Detailed documentation for each data structure:

  • Array
  • Stack
  • Queue
  • Linked List
  • Binary Tree
  • Graph

  • ⚖️ License Terms of use and contribution.

Tip: Use the left menu to navigate directly to the section of interest.

Happy reading and learning!