When.com Web Search

Search results

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

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

    This graph becomes disconnected when the right-most node in the gray area on the left is removed This graph becomes disconnected when the dashed edge is removed.. In mathematics and computer science, connectivity is one of the basic concepts of graph theory: it asks for the minimum number of elements (nodes or edges) that need to be removed to separate the remaining nodes into two or more ...

  3. k-vertex-connected graph - Wikipedia

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

    A graph with connectivity 4. In graph theory, a connected graph G is said to be k-vertex-connected (or k-connected) if it has more than k vertices and remains connected whenever fewer than k vertices are removed. The vertex-connectivity, or just connectivity, of a graph is the largest k for which the graph is k-vertex-connected.

  4. Strongly connected component - Wikipedia

    en.wikipedia.org/wiki/Strongly_connected_component

    A strongly connected component C is called trivial when C consists of a single vertex which is not connected to itself with an edge, and non-trivial otherwise. [1] The yellow directed acyclic graph is the condensation of the blue directed graph. It is formed by contracting each strongly connected component of the blue graph into a single yellow ...

  5. Connectedness - Wikipedia

    en.wikipedia.org/wiki/Connectedness

    A 3-connected graph requires the removal of at least three vertices, and so on. The connectivity of a graph is the minimum number of vertices that must be removed to disconnect it. Equivalently, the connectivity of a graph is the greatest integer k for which the graph is k-connected. While terminology varies, noun forms of connectedness-related ...

  6. Glossary of graph theory - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_graph_theory

    A directed graph is called weakly connected if replacing all of its directed edges with undirected edges produces a connected (undirected) graph. weight 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

  7. Component (graph theory) - Wikipedia

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

    A graph with three components. In graph theory, a component of an undirected graph is a connected subgraph that is not part of any larger connected subgraph. The components of any graph partition its vertices into disjoint sets, and are the induced subgraphs of those sets. A graph that is itself connected has exactly one component, consisting ...

  8. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    A drawing of a graph with 6 vertices and 7 edges. In mathematics and computer science, graph theory is the study of graphs, which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of vertices (also called nodes or points) which are connected by edges (also called arcs, links or lines).

  9. Dynamic connectivity - Wikipedia

    en.wikipedia.org/wiki/Dynamic_connectivity

    In computing and graph theory, a dynamic connectivity structure is a data structure that dynamically maintains information about the connected components of a graph. The set V of vertices of the graph is fixed, but the set E of edges can change. The three cases, in order of difficulty, are: