(algorithmic technique)
Definition: An algorithm whose behavior can be completely predicted from the input.
See also nondeterministic algorithm.
Note: That is, each time a certain set of input is presented, the algorithm gives the same results as any other time the set of input is presented. For algorithms with state, or that maintain information between inputs, "the input" means everything since the algorithm was started from an initial state.
There can be degrees of deterministic behavior. For instance, an algorithm that uses random numbers might not be considered deterministic. However if the "random numbers" come from a pseudo-random number generator, the behavior may be deterministic.
Author: PEB
If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.
Entry modified Fri Dec 17 11:49:41 2004.
HTML page formatted Wed Oct 26 09:47:25 2005.
Cite this as:
Paul E. Black, "deterministic algorithm", from
Dictionary of Algorithms and Data
Structures, Paul E. Black, ed.,
NIST.
http://www.nist.gov/dads/HTML/determinalgo.html