wiki_research

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

eulerian_circuit (526B)


      1 # Eulerian circuit
      2 
      3 A [Eulerian_trail] which is a [cycle_circuit], i.e., starts and ends at the same [vertex]
      4 
      5 An [undirected_graph] has a Eulerian circuit if and only if it is [graph_connected] and the [degree] of each [vertex] is even (this implies in particular that the graph is [bridgeless])
      6 
      7 The number of Eulerian circuits in [directed_graphs] can be computed in [PTIME] by the [BEST_theorem]
      8 
      9 - [Eulerian_circuit_counting]
     10 
     11 Up: [eulerian_path]
     12 
     13 Aliases: Eulerian cycle, Eulerian circuits
     14 
     15 See also: [Veblen's_theorem]