A Nondeterministic Engine written in VB.NET 2010
- by neil chen
When I'm reading SICP (Structure and Interpretation of Computer Programs) recently, I'm very interested in the concept of an "Nondeterministic Algorithm". According to wikipedia:
In computer science, a nondeterministic algorithm is an algorithm with one or more choice points where multiple different continuations are possible, without…