Update README.md
This commit is contained in:
parent
ba753d729e
commit
1d3fa85cb4
|
@ -1,12 +1,12 @@
|
||||||
# Turing_Machine
|
|
||||||
Are you interested in project based learning?
|
|
||||||
No, I'm interested in learning based projecting.
|
|
||||||
|
|
||||||
I asked my programming teacher how to create a Turing Machine that reaches the nth prime.
|
I asked my programming teacher how to create a Turing Machine that reaches the nth prime.
|
||||||
|
|
||||||
He thought I was joking.
|
He thought I was joking.
|
||||||
He was WRONG.
|
He was WRONG.
|
||||||
|
|
||||||
I never make jokes :)
|
I never make jokes :)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Anyways, to grok how Turing machines, as described in Automata and Computability, by Dexter C. Kozen, work, here are:
|
Anyways, to grok how Turing machines, as described in Automata and Computability, by Dexter C. Kozen, work, here are:
|
||||||
- A Turing Machine that accepts if a number n doesn't divide another number m and rejects otherwise.
|
- A Turing Machine that accepts if a number n doesn't divide another number m and rejects otherwise.
|
||||||
- A Turing Machine that accepts if n doesn't divide m, or if n=m, and rejects otherwise.
|
- A Turing Machine that accepts if n doesn't divide m, or if n=m, and rejects otherwise.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user