From charlesreid1

No edit summary
Line 1: Line 1:
Euler tour/Euler path - a tour around a graph that visits every edge of the graph exactly once.
* The following pages all redirect to [[Graphs/Euler Tour]]:
** [[Euler Tour]]
** [[Graphs/Euler Tour]]
** [[Euler Path]]
** [[Graphs/Euler Path]]
Euler circuit/Euler cycle - an Euler tour that starts and ends at the same vertex.
* The following pages all redirect to [[Graphs/Euler Circuit]]:
** [[Euler Circuit]]
** [[Graphs/Euler Circuit]]
** [[Euler Cycle]]
** [[Graphs/Euler Cycle]]
=Overview=
=Overview=


An Euler circuit (like a closed circuit) is an [[Graphs/Euler Path|Euler Path]] that starts and ends on the same vertex.
An Euler Circuit is an Euler path or Euler tour (a path through the graph that visits every edge of the graph exactly once) that starts and ends at the same vertex.


Related: [[Graphs/Euler Tour]]


=Related=
=Related=

Revision as of 22:53, 27 April 2019

Euler tour/Euler path - a tour around a graph that visits every edge of the graph exactly once.

Euler circuit/Euler cycle - an Euler tour that starts and ends at the same vertex.

Overview

An Euler Circuit is an Euler path or Euler tour (a path through the graph that visits every edge of the graph exactly once) that starts and ends at the same vertex.

Related: Graphs/Euler Tour

Related

Euler Tour (a.k.a. Euler Path):

Euler Circuit:

Instructions for finding connected components:

Flags