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