Online Computer Dictionary

Browse words  |  Based on FOLDOC
e.g. C  access method  aflex

Queried for: nondeterminism  About nondeterminism

Definition:

A property of a computation which may have more than one result.

One way to implement a nondeterministic algorithm is using backtracking, another is to explore (all) possible solutions in parallel.