Category
page 1Graph data structures
adjacency matrix
square matrix used to represent a graph or network
directed graph
graph with oriented edges
graph data structure
abstract data type in computer science

GraphQL
GraphQL is a data query and manipulation language that allows specifying what data is to be retrieved ("declarative data fetching") 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 not tied to any specific database or storage engine. There are several open-source runtime engines for GraphQL.
incidence matrix
matrix that shows the relationship between two classes of objects
node
basic unit of a graph data structure such as a tree or linked list
adjacency list
data structure representing a graph
binary decision diagram
data structure
scene graph
Form of data structure
deterministic acyclic finite state automaton
computer data structure that represents a finite set of strings
call graph
control-flow graph which represents calling relationships between subroutines in a computer program
doubly connected edge list
data structure to represent an embedding of a planar graph in the plane, and polytopes in 3D
navigation mesh
geometry data for pathfinding
SPQR tree
concept in graph theory, a branch of mathematics
graph-structured stack
directed acyclic graph where each directed path represents a stack