wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

tournament (287B)


      1 # Tournament
      2 
      3 https://en.wikipedia.org/wiki/Tournament_(graph_theory)
      4 
      5 A [graph_directed] where every possible edge exists with one direction
      6 - i.e., a [graph_orientation] of a [complete_graph]
      7 
      8 A [transitive_tournament] is the [transitive_closure] of a [path_graph]
      9 
     10 Up: [graph_family]