data_structures package
=======================

This package contains modules that implement some common data-structures.

.. currentmodule:: libutilitaspy

.. autosummary::
   :toctree: data_structures
   :template: module.rst.template

   data_structures.maps
   data_structures.graphs
   data_structures.stacks
   data_structures.tries
   data_structures.heaps
   data_structures.priority_queues
   data_structures.partitions
   