summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms/tournament.rst
blob: e7c21eb413138ba3810b7fb7f973a6fe2867140d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**********
Tournament
**********

.. automodule:: networkx.algorithms.tournament
.. autosummary::
   :toctree: generated/

   hamiltonian_path
   is_reachable
   is_strongly_connected
   is_tournament
   random_tournament
   score_sequence