• Thumbnail for Path (graph theory)
    In graph theory, a path in a graph is a finite or infinite sequence of edges which joins a sequence of vertices which, by most definitions, are all distinct...
    10 KB (1,175 words) - 02:08, 11 February 2025
  • In the mathematical field of graph theory, a path graph (or linear graph) is a graph whose vertices can be listed in the order v1, v2, ..., vn such that...
    3 KB (289 words) - 05:54, 15 November 2024
  • Thumbnail for Connectivity (graph theory)
    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...
    17 KB (2,062 words) - 23:37, 25 March 2025
  • Thumbnail for Hamiltonian path
    the mathematical field of graph theory, a Hamiltonian path (or traceable path) is a path in an undirected or directed graph that visits each vertex exactly...
    19 KB (2,043 words) - 01:57, 21 January 2025
  • Thumbnail for Shortest path problem
    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...
    46 KB (4,764 words) - 14:36, 26 April 2025
  • Appendix:Glossary of graph theory in Wiktionary, the free dictionary. This is a glossary of graph theory. Graph theory is the study of graphs, systems of nodes...
    109 KB (16,011 words) - 18:32, 30 April 2025
  • Hamiltonian path problem is a topic discussed in the fields of complexity theory and graph theory. It decides if a directed or undirected graph, G, contains...
    21 KB (2,518 words) - 19:02, 20 August 2024
  • Thumbnail for Distance (graph theory)
    mathematical field of graph theory, the distance between two vertices in a graph is the number of edges in a shortest path (also called a graph geodesic) connecting...
    7 KB (933 words) - 09:31, 18 April 2025
  • Thumbnail for Graph (discrete mathematics)
    In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some...
    28 KB (3,671 words) - 04:38, 28 April 2025
  • Thumbnail for Directed graph
    In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed...
    16 KB (1,937 words) - 05:02, 12 April 2025
  • In graph theory and theoretical computer science, the longest path problem is the problem of finding a simple path of maximum length in a given graph. A...
    22 KB (2,662 words) - 16:16, 14 March 2025
  • In the mathematical discipline of graph theory, a matching or independent edge set in an undirected graph is a set of edges without common vertices. In...
    23 KB (2,938 words) - 21:25, 18 March 2025
  • Thumbnail for Eulerian path
    In graph theory, an Eulerian trail (or Eulerian path) is a trail in a finite graph that visits every edge exactly once (allowing for revisiting vertices)...
    28 KB (3,296 words) - 06:19, 16 March 2025
  • Bivariegated graph Cage (graph theory) Cayley graph Circle graph Clique graph Cograph Common graph Complement of a graph Complete graph Cubic graph Cycle graph De...
    7 KB (663 words) - 02:52, 24 September 2024
  • Thumbnail for Strongly connected component
    In the mathematical theory of directed graphs, a graph is said to be strongly connected if every vertex is reachable from every other vertex. The strongly...
    13 KB (1,639 words) - 09:39, 25 March 2025
  • Thumbnail for Flow network
    In graph theory, a flow network (also known as a transportation network) is a directed graph where each edge has a capacity and each edge receives a flow...
    22 KB (3,081 words) - 23:45, 10 March 2025
  • Thumbnail for 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...
    27 KB (3,383 words) - 16:48, 14 March 2025
  • Thumbnail for Directed acyclic graph
    In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it...
    45 KB (5,648 words) - 03:24, 27 April 2025
  • to a metric space or a topological space Simple path (graph theory), a simple path is a path in a graph which does not have repeating vertices This disambiguation...
    346 bytes (93 words) - 12:24, 3 February 2023
  • Thumbnail for Bridge (graph theory)
    In graph theory, a bridge, isthmus, cut-edge, or cut arc is an edge of a graph whose deletion increases the graph's number of connected components. Equivalently...
    10 KB (1,315 words) - 06:07, 11 July 2024
  • Thumbnail for Diameter (graph theory)
    In graph theory, the diameter of a connected undirected graph is the farthest distance between any two of its vertices. That is, it is the diameter of...
    9 KB (1,082 words) - 07:06, 28 April 2025
  • Thumbnail for Component (graph theory)
    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...
    30 KB (3,441 words) - 12:55, 5 July 2024
  • In graph theory, a cut is a partition of the vertices of a graph into two disjoint subsets. Any cut determines a cut-set, the set of edges that have one...
    10 KB (1,132 words) - 00:50, 30 August 2024
  • Thumbnail for Lattice graph
    In graph theory, a lattice graph, mesh graph, or grid graph is a graph whose drawing, embedded in some Euclidean space ⁠ R n {\displaystyle \mathbb {R}...
    4 KB (547 words) - 23:31, 25 September 2024
  • Thumbnail for Pathfinding
    Pathfinding (redirect from Path finding)
    path on a weighted graph. Pathfinding is closely related to the shortest path problem, within graph theory, which examines how to identify the path that...
    15 KB (1,994 words) - 07:54, 19 April 2025
  • Thumbnail for Edge contraction
    In graph theory, an edge contraction is an operation that removes an edge from a graph while simultaneously merging the two vertices that it previously...
    8 KB (1,234 words) - 11:55, 1 January 2025
  • as vertex and path, see Glossary of graph theory. For links to existing articles about particular kinds of graphs, see Category:Graphs. Some of the finite...
    14 KB (1,251 words) - 14:50, 13 March 2024
  • In graph theory, an undirected graph H is called a minor of the graph G if H can be formed from G by deleting edges, vertices and by contracting edges...
    35 KB (4,046 words) - 02:37, 30 December 2024
  • Thumbnail for Dijkstra's algorithm
    (/ˈdaɪkstrəz/ DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example, a road network. It was...
    45 KB (5,644 words) - 16:27, 5 May 2025
  • Thumbnail for Cycle graph
    In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if...
    5 KB (518 words) - 00:45, 8 October 2024