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 recursive bucket sort where elements are distributed based on succeeding pieces (characters) of the key.
Industry:Computer science
A reduction computable by an oracle Turing machine that halts for all inputs.
Industry:Computer science
A reduction computed by a deterministic polynomial time oracle Turing machine.
Industry:Computer science
A reduction given by a polynomial time computable transformation function.
Industry:Computer science
A reduction that maps an instance of one problem into an equivalent instance of another problem.
Industry:Computer science
A reference, pointer, or access handle to another part of the data structure. Often, a memory address.
Industry:Computer science
A regular decomposition k-d tree for region data.
Industry:Computer science
A relation between exactly two items at a time, such as "greater than" (>), "not equal to" (≠), "proper subset of" (⊂), or "is connected to" (has an edge to) for vertices of a graph.
Industry:Computer science
A relaxed heap satisfying the following three conditions: (1) every key in the right subtree of a node is greater than the key stored in the node itself, (2) the root has no left child, and (3) leaves are only found on the last two levels of the tree.
Industry:Computer science
A representation of a directed graph with n vertices using an array of n lists of vertices. List i contains vertex j if there is an edge from vertex i to vertex j. A weighted graph may be represented with a list of vertex/weight pairs. An undirected graph may be represented by having vertex j in the list for vertex i and vertex i in the list for vertex j.
Industry:Computer science