OverviewΒΆ

We made it easy to implement and reuse various data structures in python. These data structures are more pythonic in nature. We made efforts implementing powerful integration with default python functions.

We currently have these implemented

  • LinkedList

  • Heaps

  • Graphs

  • Stacks

  • Queue(Based on arrays)

  • More coming soon