enow.com Web Search

Search results

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

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

    In graph theory, a loop (also called a self-loop or a buckle) is an edge that connects a vertex to itself. A simple graph contains no loops. Depending on the context, a graph or a multigraph may be defined so as to either allow or disallow the presence of loops (often in concert with allowing or disallowing multiple edges between the same ...

  3. 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).

  4. Graph theory - Wikipedia

    en.wikipedia.org/wiki/Graph_theory

    The degree or valency of a vertex is the number of edges that are incident to it, where a loop is counted twice. The degree of a graph is the maximum of the degrees of its vertices. 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 ⁠.

  5. Glossary of graph theory - Wikipedia

    en.wikipedia.org/wiki/Glossary_of_graph_theory

    An undirected acyclic graph is the same thing as a forest. An acyclic directed graph, which is a digraph without directed cycles, is often called a directed acyclic graph, especially in computer science. [2] 2. An acyclic coloring of an undirected graph is a proper coloring in which every two color classes induce a forest. [3] adjacency matrix

  6. Adjacency list - Wikipedia

    en.wikipedia.org/wiki/Adjacency_list

    This undirected cyclic graph can be described by the three unordered lists {b, c}, {a, c}, {a, b}. In graph theory and computer science, an adjacency list is a collection of unordered lists used to represent a finite graph. Each unordered list within an adjacency list describes the set of neighbors of a particular vertex in the graph. This is ...

  7. Multiple edges - Wikipedia

    en.wikipedia.org/wiki/Multiple_edges

    In graph theory, multiple edges (also called parallel edges or a multi-edge), are, in an undirected graph, two or more edges that are incident to the same two vertices, or in a directed graph, two or more edges with both the same tail vertex and the same head vertex. A simple graph has no multiple edges and no loops.

  8. Pseudoforest - Wikipedia

    en.wikipedia.org/wiki/Pseudoforest

    A cycle in an undirected graph is a connected subgraph in which each vertex is incident to exactly two edges, or is a loop. [4] The 21 unicyclic graphs with at most six vertices. A pseudoforest is an undirected graph in which each connected component contains at most one cycle. [5] Equivalently, it is an undirected graph in which each connected ...

  9. Shortest path problem - Wikipedia

    en.wikipedia.org/wiki/Shortest_path_problem

    Shortest path (A, C, E, D, F) between vertices A and F in the weighted directed graph. In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) in a graph such that the sum of the weights of its constituent edges is minimized.