Create your own note maps today! Sign up for a free account.
Hailstone Sequence
Prove whether the process is terminatable.
If n=1, stop
If n is even, set n = n/2
Otherwise, set n = 3n + 1
Repeat
Touring Machines
Universal Machines and Programs
There is a Turing machine Utm called the universal Turing machine that, when run on(M, w), where is a Turing machine and w is a string, simulates M running on w.