Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
nondeterminism
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.
(1995-04-13)