-graph - определение. Что такое -graph
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое -graph - определение

GRAPH
Turan graph; Cocktail party graph; Octahedral Graph; Octahedral graph
  • The [[octahedron]], a 3-[[cross polytope]] whose edges and vertices form ''K''<sub>2,2,2</sub>, a Turán graph ''T''(6,3). Unconnected vertices are given the same color in this face-centered projection.
Найдено результатов: 936
-graph      
¦ combining form
1. in nouns denoting something written or drawn in a specified way: autograph.
2. in nouns denoting a recording instrument: seismograph.
Origin
from Fr. -graphe, based on Gk graphos 'written, writing'.
Null graph         
GRAPH WITHOUT EDGES (ON ANY NUMBER OF VERTICES)
Empty tree; Empty graph; Null Graph; Null tree; Singleton graph; Edgeless graph; Order-zero graph
In the 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 called an "empty graph").
Turán graph         
The Turán graph, denoted by T(n,r), is a complete multipartite graph; it is formed by partitioning a set of n vertices into r subsets, with sizes as equal as possible, and then connecting two vertices by an edge if and only if they belong to different subsets. Where q and s are the quotient and remainder of dividing n by r (so n = qr + s), the graph is of the form K_{q+1, q+1, \ldots, q, q}, and the number of edges is
Dense graph         
GRAPH IN WHICH THE NUMBER OF EDGES IS CLOSE TO THE MAXIMUM FOR ITS NUMBER OF VERTICES
Sparse graph; Graph density; Density (graph theory)
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 by one edge). The opposite, a graph with only a few edges, is a sparse graph.
Butterfly graph         
PLANAR GRAPH WITH 5 NODES AND 6 EDGES
Bowtie graph; Hourglass graph; Bowtie-free graphs; Bowtie-free graph
In the mathematical field of graph theory, the butterfly graph (also called the bowtie graph and the hourglass graph) is a planar undirected graph with 5 vertices and 6 edges.ISGCI: Information System on Graph Classes and their Inclusions.
Graph traversal         
  • A non-verbal description of three graph traversal algorithms: randomly, depth-first search, and breadth-first search.
CHECKING AND/OR CHANGING EACH VERTEX IN A GRAPH
Graph exploration algorithm; Graph search algorithm; Graph search; Node traversal
In 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 are classified by the order in which the vertices are visited.
Knight's graph         
GRAPH THAT REPRESENTS ALL LEGAL MOVES OF THE KNIGHT ON A CHESSBOARD
Knight's tour graph; Knight graph; Knight tour graph
In graph theory, a knight's graph, or a knight's tour graph, is a graph that represents all legal moves of the knight chess piece on a chessboard. Each vertex of this graph represents a square of the chessboard, and each edge connects two squares that are a knight's move apart from each other.
Graph property         
  • <3, 3, 3, 2, 2, 1>}}
ISOMORPHISM-INVARIANT PROPERTY OF GRAPHS
Graph invariant; Graph properties
In graph theory, a graph property or graph invariant is a property of graphs that depends only on the abstract structure, not on graph representations such as particular labellings or drawings of the graph..
Holt graph         
  • 220px
NODE-LINK GRAPH WITH 27 VERTICES AND 54 EDGES, THE SMALLEST HALF-TRANSITIVE GRAPH
Doyle graph; Holt's graph
In graph theory, the Holt graph or Doyle graph is the smallest half-transitive graph, that is, the smallest example of a vertex-transitive and edge-transitive graph which is not also symmetric.Doyle, P.
Graph rewriting         
  • optimization]] from compiler construction: multiplication with 2 replaced by addition). ''Bottom:'' Application of the rule to optimize "y=x*2" into "y=x+x".
TECHNIQUES FOR ALGORITHMICALLY CREATING A NEW GRAPH FROM AN EXISTING GRAPH
Graph grammar; Graph transformation; Hypergraph grammar; Graph rewriting system; Term graph rewriting; Determinate graph rewriting
In computer science, graph transformation, or graph rewriting, concerns the technique of creating a new graph out of an original graph algorithmically. It has numerous applications, ranging from software engineering (software construction and also software verification) to layout algorithms and picture generation.

Википедия

Turán graph

The Turán graph, denoted by T ( n , r ) {\displaystyle T(n,r)} , is a complete multipartite graph; it is formed by partitioning a set of n {\displaystyle n} vertices into r {\displaystyle r} subsets, with sizes as equal as possible, and then connecting two vertices by an edge if and only if they belong to different subsets. Where q {\displaystyle q} and s {\displaystyle s} are the quotient and remainder of dividing n {\displaystyle n} by r {\displaystyle r} (so n = q r + s {\displaystyle n=qr+s} ), the graph is of the form K q + 1 , q + 1 , , q , q {\displaystyle K_{q+1,q+1,\ldots ,q,q}} , and the number of edges is

( 1 1 r ) n 2 s 2 2 + ( s 2 ) {\displaystyle \left(1-{\frac {1}{r}}\right){\frac {n^{2}-s^{2}}{2}}+{s \choose 2}} .

The graph has s {\displaystyle s} subsets of size q + 1 {\displaystyle q+1} , and r s {\displaystyle r-s} subsets of size q {\displaystyle q} ; each vertex has degree n q 1 {\displaystyle n-q-1} or n q {\displaystyle n-q} . It is a regular graph if n {\displaystyle n} is divisible by r {\displaystyle r} (i.e. when s = 0 {\displaystyle s=0} ).