enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Eulerian path - Wikipedia

    en.wikipedia.org/wiki/Eulerian_path

    An Eulerian trail, [note 1] or Euler walk, in an undirected graph is a walk that uses each edge exactly once. If such a walk exists, the graph is called traversable or semi-eulerian. [3] An Eulerian cycle, [note 1] also called an Eulerian circuit or Euler tour, in an undirected graph is a cycle that uses each edge exactly once

  3. Euler tour technique - Wikipedia

    en.wikipedia.org/wiki/Euler_tour_technique

    Euler tour of a tree, with edges labeled to show the order in which they are traversed by the tour. The Euler tour technique (ETT), named after Leonhard Euler, is a method in graph theory for representing trees.

  4. Cycle (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Cycle_(graph_theory)

    In graph theory, a cycle in a graph is a non-empty trail in which only the first and last vertices are equal. A directed cycle in a directed graph is a non-empty directed trail in which only the first and last vertices are equal. A graph without cycles is called an acyclic graph. A directed graph without directed cycles is called a directed ...

  5. Seven Bridges of Königsberg - Wikipedia

    en.wikipedia.org/wiki/Seven_Bridges_of_Königsberg

    Since the graph corresponding to historical Königsberg has four nodes of odd degree, it cannot have an Eulerian path. An alternative form of the problem asks for a path that traverses all bridges and also has the same starting and ending point. Such a walk is called an Eulerian circuit or an Euler tour. Such a circuit exists if, and only if ...

  6. 2-factor theorem - Wikipedia

    en.wikipedia.org/wiki/2-factor_theorem

    In order to prove this generalized form of the theorem, Petersen first proved that a 4-regular graph can be factorized into two 2-factors by taking alternate edges in a Eulerian trail. He noted that the same technique used for the 4-regular graph yields a factorization of a 2 k {\displaystyle 2k} -regular graph into two k {\displaystyle k ...

  7. BEST theorem - Wikipedia

    en.wikipedia.org/wiki/BEST_theorem

    An Eulerian circuit is a directed closed trail that visits each edge exactly once. In 1736, Euler showed that G has an Eulerian circuit if and only if G is connected and the indegree is equal to outdegree at every vertex. In this case G is called Eulerian. We denote the indegree of a vertex v by deg(v).

  8. Longest path problem - Wikipedia

    en.wikipedia.org/wiki/Longest_path_problem

    In graph theory and theoretical computer science, the longest path problem is the problem of finding a simple path of maximum length in a given graph.A path is called simple if it does not have any repeated vertices; the length of a path may either be measured by its number of edges, or (in weighted graphs) by the sum of the weights of its edges.

  9. Talk:Eulerian path - Wikipedia

    en.wikipedia.org/wiki/Talk:Eulerian_path

    Similarly, an Eulerian circuit or Eulerian cycle is a Eulerian trail which starts and ends on the same vertex. we see that in the disconnected case the sets of graphs satisfying either of the two definitions aren't disjoint either: consider the graph with two vertices and a single loop - it clearly satisfies both definitions.