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. ...
(1) The greatest integer which is a divisor of given positive integers. For instance, GCD(30, 42) = 6. (2) An algorithm to find the same.
Industry:Computer science
(1) The height of a tree. (2) The number of children of the root of a binomial tree. (3) The maximum number of children of nodes in a B-tree. (4) The number of data streams, usually denoted ω, in a multiway merge.
Industry:Computer science
(1) The inputs for which a function or relation is defined. For instance, 0 is not in the domain of reciprocal (1/x). (2) The possible values of a variable.
Industry:Computer science
(1) The last item of a list. (2) All but the first item of a list; the list following the head.
Industry:Computer science
(1) The original name of gnome sort. (2) An alternate name for bogosort.
Industry:Computer science
(1) The situation or input for which an algorithm or data structure takes the least time or resources. (2) Having to do with this situation or input.
Industry:Computer science
(1) The situation or input that forces an algorithm or data structure to take the most time or resources. (2) Having to do with this situation or input.
Industry:Computer science
(1) The smallest number of edges whose deletion will cause a connected graph to not be connected. (2) For a pair of vertices s and t in a graph, the smallest number of edges whose deletion will separate s from t.
Industry:Computer science
(1) The smallest number of insertions, deletions, and substitutions required to change one string or tree into another. (2) A Θ(m × n) algorithm to compute the distance between strings, where m and n are the lengths of the strings.
Industry:Computer science
(1) The smallest number of insertions, deletions, and substitutions required to change one string or tree into another. (2) A Θ(m × n) algorithm to compute the distance between strings, where m and n are the lengths of the strings.
Industry:Computer science