home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
EDUCATIO
/
TURING10.ZIP
/
EVENODD
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-12-28
|
201 b
|
12 lines
# turing machine to determine if a number is even (11) or odd (1)
# find number
0,0->0,0,R
0,1->1,0,R
1,1->2,0,R
1,0->3,0,R
2,1->1,0,R
2,0->3,1,R
3,0->4,1,R
3,1->4,1,R
4,0->4,0,S
4,0->4,0,S