enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Vertex (graph theory) - Wikipedia

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

    A graph with 6 vertices and 7 edges where the vertex number 6 on the far-left is a leaf vertex or a pendant vertex. In discrete mathematics, and more specifically in graph theory, a vertex (plural vertices) or node is the fundamental unit of which graphs are formed: an undirected graph consists of a set of vertices and a set of edges (unordered pairs of vertices), while a directed graph ...

  3. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    In an undirected simple graph of order n, the maximum degree of each vertex is n − 1 and the maximum size of the graph is ⁠ n(n − 1) / 2 ⁠. The edges of an undirected simple graph permitting loops G {\displaystyle G} induce a symmetric homogeneous relation ∼ {\displaystyle \sim } on the vertices of G {\displaystyle G} that is called ...

  4. Logic of graphs - Wikipedia

    en.wikipedia.org/wiki/Logic_of_graphs

    There are two main variations of monadic second-order graph logic: MSO 1 in which only vertex and vertex set variables are allowed, and MSO 2 in which all four types of variables are allowed. The predicates on these variables include equality testing, membership testing, and either vertex-edge incidence (if both vertex and edge variables are ...

  5. Graph labeling - Wikipedia

    en.wikipedia.org/wiki/Graph_labeling

    In the mathematical discipline of graph theory, a graph labeling is the assignment of labels, traditionally represented by integers, to edges and/or vertices of a graph. [1] Formally, given a graph G = (V, E), a vertex labeling is a function of V to a set of labels; a graph with such a function defined is called a vertex-labeled graph.

  6. k-vertex-connected graph - Wikipedia

    en.wikipedia.org/wiki/K-vertex-connected_graph

    The vertex-connectivity of an input graph G can be computed in polynomial time in the following way [4] consider all possible pairs (,) of nonadjacent nodes to disconnect, using Menger's theorem to justify that the minimal-size separator for (,) is the number of pairwise vertex-independent paths between them, encode the input by doubling each vertex as an edge to reduce to a computation of the ...

  7. Glossary of graph theory - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_graph_theory

    A numerical value, assigned as a label to a vertex or edge of a graph. The weight of a subgraph is the sum of the weights of the vertices or edges within that subgraph. weighted graph A graph whose vertices or edge s have been assigned weight s. A vertex-weighted graph has weights on its vertices and an edge-weighted graph has weights on its edges.

  8. Graph (discrete mathematics) - Wikipedia

    en.wikipedia.org/wiki/Graph_(discrete_mathematics)

    A graph with three vertices and three edges. A graph (sometimes called an undirected graph to distinguish it from a directed graph, or a simple graph to distinguish it from a multigraph) [4] [5] is a pair G = (V, E), where V is a set whose elements are called vertices (singular: vertex), and E is a set of unordered pairs {,} of vertices, whose elements are called edges (sometimes links or lines).

  9. Graph coloring - Wikipedia

    en.wikipedia.org/wiki/Graph_coloring

    In graph theory, graph coloring is a special case of graph labeling; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. In its simplest form, it is a way of coloring the vertices of a graph such that no two adjacent vertices are of the same color; this is called a vertex coloring.