When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Tree (graph theory) - Wikipedia

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

    In graph theory, a tree is an undirected graph in which any two vertices are connected by exactly one path, or equivalently a connected acyclic undirected graph. [1] A forest is an undirected graph in which any two vertices are connected by at most one path, or equivalently an acyclic undirected graph, or equivalently a disjoint union of trees.

  3. Treewidth - Wikipedia

    en.wikipedia.org/wiki/Treewidth

    In graph theory, the treewidth of an undirected graph is an integer number which specifies, informally, how far the graph is from being a tree. The smallest treewidth is 1; the graphs with treewidth 1 are exactly the trees and the forests. An example of graphs with treewidth at most 2 are the series–parallel graphs.

  4. Category:Trees (graph theory) - Wikipedia

    en.wikipedia.org/wiki/Category:Trees_(graph_theory)

    Pages in category "Trees (graph theory)" The following 40 pages are in this category, out of 40 total. This list may not reflect recent changes. * Tree (graph theory) A.

  5. Spanning tree - Wikipedia

    en.wikipedia.org/wiki/Spanning_tree

    In the mathematical field of graph theory, a spanning tree T of an undirected graph G is a subgraph that is a tree which includes all of the vertices of G. [1] In general, a graph may have several spanning trees, but a graph that is not connected will not contain a spanning tree (see about spanning forests below).

  6. List of graph theory topics - Wikipedia

    en.wikipedia.org/wiki/List_of_graph_theory_topics

    Tree (set theory) (need not be a tree in the graph-theory sense, because there may not be a unique path between two vertices) Tree (descriptive set theory)

  7. Cayley's formula - Wikipedia

    en.wikipedia.org/wiki/Cayley's_formula

    The complete list of all trees on 2,3,4 labeled vertices: = tree with 2 vertices, = trees with 3 vertices and = trees with 4 vertices. In mathematics, Cayley's formula is a result in graph theory named after Arthur Cayley.

  8. Tree decomposition - Wikipedia

    en.wikipedia.org/wiki/Tree_decomposition

    Each tree node lists at most three vertices, so the width of this decomposition is two. In graph theory, a tree decomposition is a mapping of a graph into a tree that can be used to define the treewidth of the graph and speed up solving certain computational problems on the graph. Tree decompositions are also called junction trees, clique trees ...

  9. Minimum spanning tree - Wikipedia

    en.wikipedia.org/wiki/Minimum_spanning_tree

    A planar graph and its minimum spanning tree. Each edge is labeled with its weight, which here is roughly proportional to its length. A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. [1]