upload
National Institute of Standards and Technology
Industry: 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 language that does not allow any destructive operation---one which overwrites data---such as the assignment operation. Purely functional languages are free of side effects, i.e., invoking a function has no effect other than computing the value returned by the function.
Industry:Computer science
A linear program with additional constraints that all of the variables must take on integer values. Solving such problems is NP-hard.
Industry:Computer science
A linear program with additional constraints that some of the variables must take on integer values. Solving such problems is NP-hard.
Industry:Computer science
A linked list whose items are kept in some order.
Industry:Computer science
A list implemented by each item having a link to the next item.
Industry:Computer science
A list implemented by each item having a link to the next item.
Industry:Computer science
A list of characters, usually implemented as an array. Informally a word, phrase, sentence, etc. Since text processing is so common, a special type with substring operations is often available.
Industry:Computer science
A list of characters, usually thought of as a list of words separated by spaces.
Industry:Computer science
A list of vertices of a graph where each vertex has an edge from it to the next vertex.
Industry:Computer science
A list that reorders the elements based on some self-organizing heuristic (Wikipedia) to improve average access time.
Industry:Computer science