/Turing_Machine_iB_

Non-deterministic Turing machine simulator. This simulator uses backtracking to execute the program, but instead of using the computer stack, it stores the function information on the heap and uses a leaf function.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Watchers