• mathematical field of graph theory, the term "null graph" may refer either to the order-zero graph, or alternatively, to any edgeless graph (the latter is sometimes...
    5 KB (516 words) - 07:27, 6 March 2024
  • Thumbnail for Cycle graph
    related to Cycle graphs. Complete bipartite graph Complete graph Circulant graph Cycle graph (algebra) Null graph Path graph Some simple graph spectra. win...
    5 KB (518 words) - 00:45, 8 October 2024
  • 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) - 12:09, 30 June 2025
  • symmetric group. Path (graph theory) Ladder graph Caterpillar tree Complete graph Null graph Path decomposition Cycle (graph theory) While it is most...
    3 KB (289 words) - 05:54, 15 November 2024
  • Thumbnail for Graph (discrete mathematics)
    the null graph or empty graph, but the terminology is not consistent and not all mathematicians allow this object. Normally, the vertices of a graph, by...
    28 KB (3,671 words) - 04:30, 15 May 2025
  • vertex to another. Input: A graph G and a vertex v of G. Output: The closest vertex to v satisfying some conditions, or null if no such vertex exists. procedure...
    11 KB (1,493 words) - 19:01, 4 June 2025
  • or modified. A GraphQL server can process a client query using data from separate sources and present the results in a unified graph. The language is...
    12 KB (1,165 words) - 03:23, 30 June 2025
  • Thumbnail for Strongly regular graph
    In graph theory, a strongly regular graph (SRG) is a regular graph G = (V, E) with v vertices and degree k such that for some given integers λ , μ ≥ 0...
    21 KB (3,491 words) - 19:25, 2 June 2025
  • In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether...
    20 KB (2,453 words) - 03:31, 18 May 2025
  • mathematics, for example in the study of statistical properties of graphs, a null model is a type of random object that matches one specific object in...
    3 KB (386 words) - 05:49, 12 April 2025
  • various individual (finite) graphs. The columns 'vertices', 'edges', 'radius', 'diameter', 'girth', 'P' (whether the graph is planar), χ (chromatic number)...
    7 KB (85 words) - 19:28, 12 March 2024
  • Thumbnail for Apex graph
    apex graphs include graphs that are themselves planar, in which case again every vertex is an apex. The null graph is also counted as an apex graph even...
    25 KB (2,820 words) - 05:46, 2 June 2025
  • {\displaystyle B(G)B(G)^{\textsf {T}}.} The integral cycle space of a graph is equal to the null space of its oriented incidence matrix, viewed as a matrix over...
    9 KB (1,287 words) - 21:05, 14 April 2025
  • Edmonds–Karp algorithm (category Graph algorithms)
    push(s) pred := array(graph.length) while not empty(q) and pred[t] = null cur := q.pop() for Edge e in graph[cur] do if pred[e.t] = null and e.t ≠ s and e...
    9 KB (1,121 words) - 07:46, 4 April 2025
  • into three main areas: Property graph queries, a graph query language built on top of SQL The new part 16, “Property Graph Queries (SQL/PGQ)”, has been added...
    4 KB (391 words) - 18:30, 25 June 2025
  • Thumbnail for Modularity (networks)
    Modularity (networks) (category Algebraic graph theory)
    statistically consistent, and finds communities in its own null model, i.e. fully random graphs, and therefore it cannot be used to find statistically significant...
    21 KB (2,969 words) - 21:22, 19 June 2025
  • Thumbnail for Biconnected component
    Biconnected component (category Graph connectivity)
    In graph theory, a biconnected component or block (sometimes known as a 2-connected component) is a maximal biconnected subgraph. Any connected graph decomposes...
    12 KB (1,398 words) - 11:33, 21 June 2025
  • katakana characters), with hiragana, a few common kanji (accessed via the "graph" key), and various geometric symbols assigned to codepoints left undefined...
    43 KB (579 words) - 02:09, 6 February 2025
  • Thumbnail for Prim's algorithm
    Prim's algorithm (category Graph algorithms)
    algorithm that finds a minimum spanning tree for a weighted undirected graph. This means it finds a subset of the edges that forms a tree that includes...
    18 KB (2,079 words) - 20:30, 15 May 2025
  • Tree traversal (category Graph algorithms)
    traversal (also known as tree search and walking the tree) is a form of graph traversal and refers to the process of visiting (e.g. retrieving, updating...
    26 KB (2,894 words) - 19:29, 14 May 2025
  • a mathematical operator or null space of a matrix Nullity (graph theory), the nullity of the adjacency matrix of a graph Nullity, the difference between...
    777 bytes (124 words) - 23:24, 16 May 2025
  • Thumbnail for Multiple comparisons problem
    Multiple comparisons problem (category Pages using the Graph extension)
    multiple null hypotheses. Suppose we have a number m of null hypotheses, denoted by: H1, H2, ..., Hm. Using a statistical test, we reject the null hypothesis...
    21 KB (2,557 words) - 18:14, 7 June 2025
  • Thumbnail for Flood fill
    mark, and mark2 each hold either pixel coordinates or a null value NOTE: when mark is set to null, do not erase its previous coordinate value. Keep those...
    23 KB (2,947 words) - 15:45, 14 June 2025
  • Thumbnail for Scatter plot
    Scatter plot (redirect from Scatter graph)
    A scatter plot, also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram, is a type of plot or mathematical diagram using...
    12 KB (1,332 words) - 13:51, 9 June 2025
  • the mathematical context; for instance, it can mean finite, countable, or null. In contrast, "almost no" means "a negligible quantity"; that is, "almost...
    25 KB (2,577 words) - 23:35, 18 April 2024
  • Floyd–Warshall algorithm (category Graph algorithms)
    algorithm) is an algorithm for finding shortest paths in a directed weighted graph with positive or negative edge weights (but with no negative cycles). A...
    23 KB (3,017 words) - 07:12, 23 May 2025
  • Thumbnail for Red–black tree
    (non-NULL) black node (of black height ≥ 1), symbolises the color red or black of a non-NULL node, but the same color throughout the same diagram. NULL nodes...
    78 KB (9,338 words) - 03:38, 25 May 2025
  • Thumbnail for GraphBLAS
    GraphBLAS (/ˈɡræfˌblɑːz/ ) is an API specification that defines standard building blocks for graph algorithms in the language of linear algebra. GraphBLAS...
    21 KB (1,838 words) - 12:22, 11 March 2025
  • Thumbnail for Statistics
    an alternative to an idealized null hypothesis of no relationship between two data sets. Rejecting or disproving the null hypothesis is done using statistical...
    78 KB (8,835 words) - 00:51, 23 June 2025
  • W. T. Tutte (category Graph theorists)
    fields of graph theory and matroid theory. Tutte's research in the field of graph theory proved to be of remarkable importance. At a time when graph theory...
    43 KB (4,727 words) - 13:18, 30 June 2025