enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of NP-complete problems - Wikipedia

    en.wikipedia.org/wiki/List_of_NP-complete_problems

    Steiner tree, or Minimum spanning tree for a subset of the vertices of a graph. [2] (The minimum spanning tree for an entire graph is solvable in polynomial time.) Modularity maximization [5] Monochromatic triangle [3]: GT6 Pathwidth, [6] or, equivalently, interval thickness, and vertex separation number [7] Rank coloring; k-Chinese postman

  3. SPQR tree - Wikipedia

    en.wikipedia.org/wiki/SPQR_tree

    Label each split component with a P (a two-vertex split component with multiple edges), an S (a split component in the form of a triangle), or an R (any other split component). While there exist two split components that share a linked pair of virtual edges, and both components have type S or both have type P, merge them into a single larger ...

  4. Biconnected component - Wikipedia

    en.wikipedia.org/wiki/Biconnected_component

    A cutpoint, cut vertex, or articulation point of a graph G is a vertex that is shared by two or more blocks. The structure of the blocks and cutpoints of a connected graph can be described by a tree called the block-cut tree or BC-tree. This tree has a vertex for each block and for each articulation point of the given graph.

  5. Link/cut tree - Wikipedia

    en.wikipedia.org/wiki/Link/cut_tree

    In particular, we can adjust it to merge (link) and split (cut) in O(log(n)) amortized time. Link/cut trees divide each tree in the represented forest into vertex-disjoint paths, where each path is represented by an auxiliary data structure (often splay trees, though the original paper predates splay trees and thus uses biased binary search ...

  6. Tree (graph theory) - Wikipedia

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

    A recursive tree is a labeled rooted tree where the vertex labels respect the tree order (i.e., if u < v for two vertices u and v, then the label of u is smaller than the label of v). In a rooted tree, the parent of a vertex v is the vertex connected to v on the path to the root; every vertex has a unique parent, except the root has no parent. [24]

  7. Split (graph theory) - Wikipedia

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

    A cut or split is trivial when one of its two sides has only one vertex in it; every trivial cut is a split. A graph is said to be prime (with respect to splits) if it has no nontrivial splits. [2] Two splits are said to cross if each side of one split has a non-empty intersection with each side of the other split.

  8. Bass–Serre theory - Wikipedia

    en.wikipedia.org/wiki/Bass–Serre_theory

    An isomorphism between a group G and the fundamental group of a graph of groups is called a splitting of G. If the edge groups in the splitting come from a particular class of groups (e.g. finite, cyclic, abelian, etc.), the splitting is said to be a splitting over that class. Thus a splitting where all edge groups are finite is called a ...

  9. Glossary of graph theory - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_graph_theory

    3. Vertex splitting (sometimes called vertex cleaving) is an elementary graph operation that splits a vertex into two, where these two new vertices are adjacent to the vertices that the original vertex was adjacent to. The inverse of vertex splitting is vertex contraction. square 1.