Search references for E GRAPH. Phrases containing E GRAPH
See searches and references containing E GRAPH!E GRAPH
Graph data structure
In computer science, an e-graph is a data structure that stores an equivalence relation over terms of some language. Let Σ {\displaystyle \Sigma } be
E-graph
Graph divided into two independent sets
In the mathematical field of graph theory, a bipartite graph (or bigraph) is a graph whose vertices can be divided into two disjoint and independent sets
Bipartite_graph
Vertices connected in pairs by edges
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
Graph_(discrete_mathematics)
Graph that can be embedded in the plane
In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect
Planar_graph
Geometric graph with unit edge lengths
In mathematics, particularly geometric graph theory, a unit distance graph is a graph formed from a collection of points in the Euclidean plane by connecting
Unit_distance_graph
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
Glossary_of_graph_theory
Area of discrete mathematics
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
Graph_theory
Graph with oriented edges
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
Directed_graph
Graph representing edges of another graph
In the mathematical discipline of graph theory, the line graph of an undirected graph G is another graph L(G) that represents the adjacencies between edges
Line_graph
Cubic graph with 10 vertices and 15 edges
bridgeless graph has a cycle-continuous mapping to the Petersen graph. More unsolved problems in mathematics In the mathematical field of graph theory, the
Petersen_graph
Graph representing faces of another graph
mathematical discipline of graph theory, the dual graph of a planar graph G is a graph that has a vertex for each face of G. The dual graph has an edge for each
Dual_graph
Abstract data type in computer science
science, a graph is an abstract data type that is meant to implement the undirected graph and directed graph concepts from the field of graph theory within
Graph_(abstract_data_type)
Embedding a graph in a topological space, often Euclidean
In topological graph theory, an embedding (also spelled imbedding) of a graph G {\displaystyle G} on a surface Σ {\displaystyle \Sigma } is a representation
Graph_embedding
Directed graph with no directed cycles
In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it
Directed_acyclic_graph
Assignment of labels to elements of a graph
a graph G = (V, E), a vertex labeling is a function of V to a set of labels; a graph with such a function defined is called a vertex-labeled graph. Likewise
Graph_labeling
Partition of a graph whose components are reachable from all vertices
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
Strongly_connected_component
Graph with directed and undirected edges
In graph theory, a mixed graph G = (V, E, A) is a graph consisting of a set of vertices V, a set of (undirected) edges E, and a set of directed edges
Mixed_graph
Class of artificial neural networks
Graph neural networks (GNNs) are artificial neural networks designed for tasks whose inputs are graphs. Because graphs usually do not have a canonical
Graph_neural_network
Generalization of graph theory
hypergraph is a generalization of a graph in which an edge can join any number of vertices. In contrast, in an ordinary graph, an edge connects exactly two
Hypergraph
Database using graph structures for queries
A graph database (GDB) is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data. A key
Graph_database
Graph where each vertex has the same number of neighbors
In graph theory, a regular graph is a graph where each vertex has the same number of neighbors; i.e. every vertex has the same degree or valency. A regular
Regular_graph
Graph in which every two vertices are adjacent
In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique
Complete_graph
Maximal subgraph whose vertices can reach each other
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
Component_(graph_theory)
In graph theory, a quotient graph Q of a graph G is a graph whose vertices are blocks of a partition of the vertices of G and where block B is adjacent
Quotient_graph
Infinite graph containing all countable graphs
In the mathematical field of graph theory, the Rado graph, Erdős–Rényi graph, or random graph is a countably infinite graph that can be constructed (with
Rado_graph
Mapping a graph onto itself without changing edge-vertex connectivity
In the mathematical field of graph theory, an automorphism of a graph is a form of symmetry in which the graph is mapped onto itself while preserving
Graph_automorphism
Trail in which only the first and last vertices are equal
In graph theory, a cycle in a graph is a non-empty trail in which only the first and last vertices are equal. A directed cycle in a directed graph is
Cycle_(graph_theory)
Franklin graph Frucht graph Goldner–Harary graph Golomb graph Grötzsch graph Harries graph Harries–Wong graph Herschel graph Hoffman graph Hofman Graph H(12
List_of_graphs
Node labeling problem in graph theory
In graph theory, the graph bandwidth problem may be visualized as placing the vertices of a given graph at distinct integer positions along the number
Graph_bandwidth
Matrix representation of a graph
In the mathematical field of graph theory, the Laplacian matrix, also called the graph Laplacian, admittance matrix, Kirchhoff matrix, or discrete Laplacian
Laplacian_matrix
Undirected, connected, and acyclic graph
In graph theory, a tree is an undirected graph in which every pair of distinct vertices is connected by exactly one path, or equivalently, a connected
Tree_(graph_theory)
Graph generated by a random process
In mathematics, random graph is the general term to refer to probability distributions over graphs. Random graphs may be described simply by a probability
Random_graph
Graphical representation of a computer program or algorithm
function during its execution, or control flow. The control-flow graph was conceived by Frances E. Allen, who noted that Reese T. Prosser used boolean connectivity
Control-flow_graph
Topological space arising from a usual graph
a graph is a topological space which arises from a usual graph G = ( E , V ) {\displaystyle G=(E,V)} by replacing vertices by points and each edge e =
Graph_(topology)
Methodic assignment of colors to elements of a graph
In graph theory, graph coloring is a methodic assignment of labels traditionally called "colors" to elements of a graph. The assignment is subject to certain
Graph_coloring
Graph whose embedding in a Euclidean space forms a regular tiling
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}
Lattice_graph
Graph defined from a mathematical group
In mathematics, a Cayley graph, also known as a Cayley color graph, Cayley diagram, group diagram, or color group, is a graph that encodes the abstract
Cayley_graph
In graph-theoretic mathematics, a biregular graph or semiregular bipartite graph is a bipartite graph G = ( U , V , E ) {\displaystyle G=(U,V,E)} for which
Biregular_graph
Set of edges without common vertices
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
Matching_(graph_theory)
Length of shortest path between two nodes of a graph
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
Distance_(graph_theory)
Square matrix used to represent a graph or network
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
Adjacency_matrix
Creating a new graph from an existing graph
computer science, graph transformation, or graph rewriting, concerns the technique of creating a new graph out of an original graph algorithmically. It
Graph_rewriting
Binary operation on graphs
graph theory, a graph product is a binary operation on graphs. Specifically, it is an operation that takes two graphs G1 and G2 and produces a graph H
Graph_product
Fundamental unit of which graphs are formed
specifically in graph theory, a vertex (plural vertices) or node is the fundamental unit of which graphs are formed: an undirected graph consists of a set
Vertex_(graph_theory)
Concept in graph theory
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
Strongly_regular_graph
Linear algebra aspects of graph theory
In mathematics, spectral graph theory is the study of the properties of a graph in relationship to the characteristic polynomial, eigenvalues, and eigenvectors
Spectral_graph_theory
Bijection between the vertex set of two graphs
a mapping of a graph onto itself, i.e., when G and H are one and the same graph, the isomorphism is called an automorphism of G. Graph isomorphism is
Graph_isomorphism
Integer associated with a graph
particularly in graph theory, the dimension of a graph is the least integer n such that there exists a "classical representation" of the graph in the Euclidean
Dimension_(graph_theory)
Graph where all long cycles have a chord
In the mathematical area of graph theory, a chordal graph is one in which all cycles of four or more vertices have a chord, which is an edge that is not
Chordal_graph
In graph theory, an overfull graph is a graph whose size is greater than the product of its maximum degree and half of its order floored, i.e. | E | >
Overfull_graph
On bipartite matching and vertex cover
In the mathematical area of graph theory, Kőnig's theorem, proved by Dénes Kőnig (1931), describes an equivalence between the maximum matching problem
Kőnig's theorem (graph theory)
Kőnig's_theorem_(graph_theory)
Directed graph representing a Boolean expression
logic and graph theory, an implication graph is a skew-symmetric, directed graph G = (V, E) composed of vertex set V and directed edge set E. Each vertex
Implication_graph
Type of knowledge base
knowledge graph is a knowledge base that uses a graph-structured data model or topology to represent and operate on data. Knowledge graphs are often used
Knowledge_graph
Trail in a graph that visits each edge once
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)
Eulerian_path
Graph made from disjoint union of complete graphs
In graph theory, a branch of mathematics, a cluster graph is a graph formed from the disjoint union of complete graphs. Equivalently, a graph is a cluster
Cluster_graph
Graph with almost the max amount of edges
In mathematics, a dense graph is a graph in which the number of edges is close to the maximal number of edges (where every pair of vertices is connected
Dense_graph
Spectral graph theory concept
spectral graph theory, a Ramanujan graph is a regular graph whose spectral gap is almost as large as possible (see extremal graph theory). Such graphs are
Ramanujan_graph
mathematics, the energy of a graph is the sum of the absolute values of the eigenvalues of the adjacency matrix of the graph. This quantity is studied in
Graph_energy
Graph with nodes connected in a closed chain
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
Cycle_graph
Triangle-free graph requiring four colors
In the mathematical field of graph theory, the Grötzsch graph is a triangle-free graph with 11 vertices, 20 edges, chromatic number 4, and crossing number
Grötzsch_graph
Graph whose vertices correspond to combinations of a set of n elements
In graph theory, the Kneser graph K(n, k) (alternatively KGn,k) is the graph whose vertices correspond to the k-element subsets of a set of n elements
Kneser_graph
Order-zero graph or any edgeless graph
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
Null_graph
Subdivision of vertices into disjoint sets
In mathematics, a graph partition is the reduction of a graph to a smaller graph by partitioning its set of nodes into mutually exclusive groups. Edges
Graph_partition
Graph of numbers differing by a square
Paley graphs form an infinite family of conference graphs, which yield an infinite family of symmetric conference matrices. Paley graphs allow graph-theoretic
Paley_graph
Graph obeys some properties of random graphs
In graph theory, a graph is said to be a pseudorandom graph if it obeys certain properties that random graphs obey with high probability. There is no concrete
Pseudorandom_graph
Intersection graph for a set of arcs on a circle
In graph theory, a circular-arc graph is the intersection graph of a set of arcs on the circle. It has one vertex for each arc in the set, and an edge
Circular-arc_graph
Computer science algorithm
computer science, graph traversal (also known as graph search) refers to the process of visiting (checking and/or updating) each vertex in a graph. Such traversals
Graph_traversal
Intersection graph for intervals on the real number line
intersection graph of the intervals. Interval graphs are chordal graphs and perfect graphs. They can be recognized in linear time, and an optimal graph coloring
Interval_graph
One of two different regular graphs with 16 vertices
field of graph theory, the Clebsch graph is either of two complementary graphs on 16 vertices, a 5-regular graph with 40 edges and a 10-regular graph with
Clebsch_graph
Sequence of edges which join a sequence of vertices on a given graph
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
Path_(graph_theory)
Graph with an Archimedean solid as its skeleton
field of graph theory, an Archimedean graph is a graph that forms the skeleton of one of the Archimedean solids. There are 13 Archimedean graphs, and all
Archimedean_graph
Distance-regular graph with 56 vertices
The Gosset graph, named after Thorold Gosset, is a distance-regular graph with 56 vertices and valency 27. It is the 1-skeleton of the 7-dimensional 321
Gosset_graph
Data organization and storage formats
graph-based data structures are used in computer science and related fields: Graph Adjacency list Adjacency matrix Graph-structured stack Scene graph
List_of_data_structures
Visualization of node-link graphs
Graph drawing is an area of mathematics and computer science combining methods from geometric graph theory and information visualization to derive two-dimensional
Graph_drawing
Graph whose biconnected components are all cliques
In graph theory, a branch of combinatorial mathematics, a block graph or clique tree is a type of undirected graph in which every biconnected component
Block_graph
Fewest edge crossings in drawing of a graph
graph theory, the crossing number cr(G) of a graph G is the lowest number of edge crossings of a plane drawing of the graph G. For instance, a graph is
Crossing number (graph theory)
Crossing_number_(graph_theory)
Longest distance between two vertices
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
Diameter_(graph_theory)
In mathematics, a graph C*-algebra is a universal C*-algebra constructed from a directed graph. Graph C*-algebras are direct generalizations of the Cuntz
Graph_C*-algebra
Cartesian product of complete graphs
Hamming graphs are a special class of graphs named after Richard Hamming and used in several branches of mathematics (graph theory) and computer science
Hamming_graph
Two-sided graph with consecutive neighbors
of graph theory, a convex bipartite graph is a bipartite graph with specific properties. A bipartite graph ( U ∪ V , E ) {\displaystyle (U\cup V,E)} is
Convex_bipartite_graph
Sparse graph with strong connectivity
In graph theory, an expander graph is a sparse graph that has strong connectivity properties, quantified using vertex, edge or spectral expansion. Expander
Expander_graph
Bipartite graph where each node of 1st set is linked to all nodes of 2nd set
In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first
Complete_bipartite_graph
Adjacent subset of an undirected graph
In graph theory, a clique (/ˈkliːk/ or /ˈklɪk/) is a subset of vertices of an undirected graph such that every two distinct vertices in the clique are
Clique_(graph_theory)
Distance-transitive cubic graph with 20 nodes and 30 edges
In the mathematical field of graph theory, the Desargues graph is a distance-transitive, cubic graph with 20 vertices and 30 edges. It is named after
Desargues_graph
Graph drawing with vertices in horizontal layers
Layered graph drawing or hierarchical graph drawing is a type of graph drawing in which the vertices of a directed graph are drawn in horizontal rows or
Layered_graph_drawing
Two closely related models for generating random graphs
the mathematical field of graph theory, the Erdős–Rényi models are two closely related models for generating random graphs and the evolution of a random
Erdős–Rényi_model
Structure in computing
A call graph (also known as a call multigraph) is a control-flow graph, which represents calling relationships between subroutines in a computer program
Call_graph
Number of edges touching a vertex in a graph
In graph theory, the degree (or valency) of a vertex of a graph is the number of edges that are incident to the vertex; in a multigraph, a loop contributes
Degree_(graph_theory)
Directed graph whose edges are labelled invertibly by elements of a group
graph, but it is generally used in topological graph theory as a concise way to specify another graph called the derived graph of the voltage graph.
Voltage_graph
Family of cubic graphs formed from regular and star polygons
In graph theory, the generalized Petersen graphs are a family of cubic graphs formed by connecting the vertices of a regular polygon to the corresponding
Generalized_Petersen_graph
Two special graphs in graph theory
In the mathematical field of graph theory, the Klein graphs are two different but related regular graphs, each with 84 edges. Each can be embedded in
Klein_graphs
Graph where all pairs of vertices are automorphic
regular graphs are vertex-transitive (for example, the Frucht graph and Tietze's graph). Finite vertex-transitive graphs include the symmetric graphs (such
Vertex-transitive_graph
Class of undirected graphs defined from systems of sets
mathematics, Johnson graphs are a special class of undirected graphs defined from systems of sets. The vertices of the Johnson graph J ( n , k ) {\displaystyle
Johnson_graph
In structure mining, a graph kernel is a kernel function that computes an inner product on graphs. Graph kernels can be intuitively understood as functions
Graph_kernel
Graph with group-labeled edges
A gain graph is a graph whose edges are labelled "invertibly", or "orientably", by elements of a group G. This means that, if an edge e in one direction
Gain_graph
Graph with same nodes as but complementary connections to another
In the mathematical field of graph theory, the complement or inverse of a graph G is a graph H on the same vertices such that two distinct vertices are
Complement_graph
Type of graph in mathematical graph theory
discipline of graph theory, the (m,n)-lollipop graph is a special type of graph consisting of a complete graph (clique) on m vertices and a path graph on n vertices
Lollipop_graph
Structure-preserving correspondence between node-link graphs
In the mathematical field of graph theory, a graph homomorphism is a mapping between two graphs that respects their structure. More concretely, it is a
Graph_homomorphism
Graph with edges of length one, able to be drawn without crossings
In geometric graph theory, a branch of mathematics, a matchstick graph is a graph that can be drawn in the plane in such a way that its edges are line
Matchstick_graph
In mathematics, and, in particular, in graph theory, a rooted graph is a graph in which one vertex has been distinguished as the root. Both directed and
Rooted_graph
E GRAPH
E GRAPH
Male
French
French form of Latin Timotheus, TIMOTHÉE means "to honor God."
Female
French
Feminine form of French Désiré, DÉSIRÉE means "desired."Â
Female
French
Feminine form of French Honoré, HONORÉE means "honor, valor."
Female
French
French name, derived from the French word aimée, AIMÉE means "much loved."
Female
French
Feminine form of French Iréné, IRÉNÉE means "peaceful."
Boy/Male
American, British, English
Birch
Boy/Male
English, Modern
A Miracle; Inimitably; Do Something which Others cannot do
Female
French
Feminine form of French Dieudonné, DIEUDONNÉE means "God-given."
Male
Slovene
Pet form of Slovene Jožef, JOŽE means "(God) shall add (another son)."Â
Female
French
Feminine form of French René, RENÉE means "reborn."
Male
French
French form of Latin Isaias, ISAÃE means "God is salvation."
Female
French
French form of Latin Medea, MÉDÉE means "cunning."
Female
French
Feminine form of French André, ANDRÉE means "man; warrior."
Girl/Female
French, German, Latin
Virgin
Female
French
French form of Latin Dorothea, DOROTHÉE means "gift of God."
Girl/Female
French, German, Latin, Spanish
Modest
Female
French
French feminine form of Latin Josephus, JOSÉE means "(God) shall add (another son)."Â
Boy/Male
American, British, English
Bird
Female
French
Feminine form of French unisex Esmé, ESMÉE means "esteemed, loved."
Female
French
Pet form of French Estelle, ESTÉE means "star."
E GRAPH
E GRAPH
Girl/Female
Tamil
Bhoomika | பூமிகாÂ
Earth, Base
Boy/Male
Hindu, Indian, Traditional
Lord Rama
Girl/Female
Australian, Greek
Divine Flower
Boy/Male
Hindu, Indian
Milk
Biblical
mingling together
Boy/Male
Polish
God's glory.
Boy/Male
Biblical
Power, prevalency.
Boy/Male
Arabic, Kurdish
Hopeful; Polite Person; Great Tree; King of World
Boy/Male
Indian
Generous
Girl/Female
Hindu, Indian, Sindhi
Speech
E GRAPH
E GRAPH
E GRAPH
E GRAPH
E GRAPH
pl.
of Notopodium
n.
See Elevator, n. (e).
e
(imp.) of Wit
n.
A female pope; i. e., the fictitious pope Joan.
a.
Covered with a mant/e; cloaked; disguised.
a.
Old; as, Auld Reekie (old smoky), i. e., Edinburgh.
a.
Bold; brave; stout; daring; resolu?e; intrepid.
a.
Lower by a semitone; flat; as, E molle, that is, E flat.
superl.
Possessing a characteristic quality in a supreme or superior degree; as, high (i. e., intense) heat; high (i. e., full or quite) noon; high (i. e., rich or spicy) seasoning; high (i. e., complete) pleasure; high (i. e., deep or vivid) color; high (i. e., extensive, thorough) scholarship, etc.
n.
An evergreen shrub of the genus Erica (E. passerina).
v. t.
To liken; to compa/e.
e. i.
To cut with a grating sound; to cut; to penetrate or pierce harshly; as, the griding sword.
n.
See Set, n., 2 (e) and 3.
n.
Originally, the highest note in the scale of Guido; hence, proverbially, any extravagant saying.
superl.
Not decidedly marked; not forcible; inconsiderable; unimportant; insignificant; not severe; weak; gentle; -- applied in a great variety of circumstances; as, a slight (i. e., feeble) effort; a slight (i. e., perishable) structure; a slight (i. e., not deep) impression; a slight (i. e., not convincing) argument; a slight (i. e., not thorough) examination; slight (i. e., not severe) pain, and the like.
e. t.
To make cool.