testing experiment

Assumptions: R or r is used to denote a reset to initial state ‘.’ is produced as an output when there is no defined transition at the current state of the implemntation for the input that is given ‘.’ is produced whenever r or R is given as an...

my tester

#include <cstdio> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <cstring> #include <cstdlib> #include <string> #include <iostream> using namespace std; int main(int...

my implementation

#include <cstdio> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <cstring> #include <cstdlib> #include <string> #include <iostream> extern char implementation(char);...