upload
National Institute of Standards and Technology
産業: Technology
Number of terms: 2742
Number of blossaries: 0
Company Profile:
The National Institute of Standards and Technology (NIST) — known between 1901 and 1988 as the National Bureau of Standards (NBS) — is a measurement standards laboratory and a non-regulatory agency of the United States Department of Commerce. The institute's official mission is to promote U.S. ...
A graph in which the number of edges is close to the possible number of edges.
Industry:Computer science
A graph in which the number of edges is much less than the possible number of edges.
Industry:Computer science
A graph that can be drawn in the plane with no crossing edges.
Industry:Computer science
A graph that can be embedded in the plane without crossings in which every edge in the graph is a straight line segment. It is sometimes referred to as planar subdivision or map.
Industry:Computer science
A graph that has an Euler cycle.
Industry:Computer science
A graph which has labels associated with each edge or each vertex.
Industry:Computer science
A graph whose edges are ordered pairs of vertices. That is, each edge can be followed from one vertex to another vertex. Formal Definition: A graph G is a pair (V,E), where V is a set of vertices, and E is a set of edges between the vertices E ⊆ ((u,v)
Industry:Computer science
A graph whose edges are unordered pairs of vertices, and the same pair of vertices can be connected by multiple edges. Formal Definition: Same as graph, but E is a bag of edges, not a set.
Industry:Computer science
A graph whose edges are unordered pairs of vertices. That is, each edge connects two vertices. Formal Definition: A graph G is a pair (V,E), where V is a set of vertices, and E is a set of edges between the vertices E ⊆ ((u,v)
Industry:Computer science
A graph whose hyperedges connect two or more vertices. Formal Definition: A hypergraph G can be defined as a pair (V, E), where V is a set of vertices, and E is a set of hyperedges between the vertices. Each hyperedge is a set of vertices: E ⊆ ((u, v, ...) ∈ 2<sup>V</sup>). (Hyperedges are undirected.)
Industry:Computer science