Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 912 Bytes

File metadata and controls

38 lines (33 loc) · 912 Bytes
/_static/algorithms_logo.png

The :mod:`algorithms` package consists of minimal and clean example implementations of data structures and algorithms.

.. toctree::
   :maxdepth: 2
   :caption:  Package Reference

   self
   algorithms.arrays <arrays>
   algorithms.backtrack <backtrack>
   algorithms.bfs <bfs>
   algorithms.bit <bit>
   algorithms.dfs <dfs>
   algorithms.dp <dp>
   algorithms.graph <graph>
   algorithms.heap <heap>
   algorithms.linkedlist <linkedlist>
   algorithms.map <map>
   algorithms.maths <maths>
   algorithms.matrix <matrix>
   algorithms.queues <queues>
   algorithms.search <search>
   algorithms.set <set>
   algorithms.sort <sort>
   algorithms.stack <stack>
   algorithms.strings <strings>
   algorithms.tree <tree>
   examples

Indices and tables