News

This repository was created as the Project submittion for my Project for Theory of Computation. As per the Title suggests, the system mimics a Turing Machine in C++ and uses said Turing Machine to ...
Compare the first character to the last character in the string. If they are not equal, return false. Move forward and backwards one character at a time and repeat this comparison. If the loop never ...