Get Affordable VMs - excellent virtual server hosting


browse words by letter
a b c d e f g h i j k l m n o p q r s t u v w x y z

nondeterminism

nondeterminism


  1  definition  found 
 
  From  The  Free  On-line  Dictionary  of  Computing  (13  Mar  01)  [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)