Computer Science Fundamentals
Algorithms
Subjective
Mar 04, 2013
What is Non-Determinism and Determinism and what is the difference between them ?
Detailed Explanation
Determinism means that our computational model (machine) knows what to do for every possible inputs. Non determinism our machine may or may not know what it has to do on all possible inputs.
As you can conclude from above definition that Non-Deterministic machine can not be implemented ( used ) on computer unless it is converted in Deterministic machine.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts