MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
tm.hpp File Reference
#include "alphabet.hpp"
#include "state.hpp"
#include "tape.hpp"
#include "transition.hpp"
#include <cstddef>
#include <set>
#include <string_view>
#include <unordered_map>
#include <vector>
Include dependency graph for tm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TuringMachine
 The central execution engine representing a deterministic Multi-Tape Turing Machine. More...