Difference between deterministic and non derterministic
Pda
Answers
Answered by
0
In deterministic algorithm, for a given particular input, the computer will always produce the same output going through the same states but in case of non-deterministic algorithm, for the same input, the compiler may produce different output in different runs.
avantika9639:
ni
Answered by
0
Deterministic and Nondeterministic Functions. ... A deterministic function always returns the same results if given the same input values. A nondeterministic function may return different results every time it is called, even when the same input values are provided.
Similar questions