Skip to content

API Reference

Complete API documentation for all data structures in py-ds-academy.

Browse individual data structure APIs using the navigation menu on the left, or see the overview below.

Linear Structures

Trees

Heaps

  • Min Heap - Complete binary tree with minimum at root
  • Max Heap - Complete binary tree with maximum at root