upload
National Institute of Standards and Technology
Domeniu: 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 collection of items that are randomly accessible by a key, often a string.
Industry:Computer science
A collection of one or more trees. Formal Definition: An undirected, acyclic graph.
Industry:Computer science
A collision resolution scheme in which the hash table is an array of links to lists. Each list holds all the items with the same hash value.
Industry:Computer science
A compact representation of a trie corresponding to the suffixes of a given string where all nodes with one child are merged with their parents.
Industry:Computer science
A compact representation of a trie in which any node that is an only child is merged with its parent.
Industry:Computer science
A compact representation of a trie in which any node that is an only child is merged with its parent.
Industry:Computer science
A complete binary tree where every node has a key more extreme (greater or less) than or equal to the key of its parent.
Industry:Computer science
A complete tree where every node has a key more extreme (greater or less) than or equal to the key of its parent. Usually understood to be a binary heap.
Industry:Computer science
A complete tree where every node has a key more extreme (greater or less) than the key of its parent. Each node has k or fewer children.
Industry:Computer science
A complex asymptotic technique for determining the asymptotics of certain algebraic functions.
Industry:Computer science