Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non deterministic Turing Machine simulator

Project for theoretical computer science and algorithms course.

Goal: Develop a C program which simulates a non-deterministic turing machine.
Given the machine nodes, the transition set and a sequence of input tapes, it returns 1 if the machine accepts the input, 0 otherwise.
The implementation is required to pass strict performance (with both memory and time constraints) tests.

About

A Non-deterministic Turing machine simulator

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages