typed-data-structures

typed-data-structures - A collection of data structures written in python with propper type annotations


Keywords
generic, typed, data, structures, heap, stack, queue
License
MIT
Install
pip install typed-data-structures==0.0.2

Documentation

Typed Data Structures

A collection of data structures written in python with proper type annotations.

Installation

To install the package, run the following command.

pip install typed_data_structures

Documentation

Click here to view the documentation.