summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2008-04-11 15:32:04 +0000
committerDimitri Sokolyuk <demon@dim13.org>2008-04-11 15:32:04 +0000
commit27a374336378ace0c8c96e1c17b004d8421eb163 (patch)
tree319cdf7ac38d9ff36d2ce1eb38d331e5e8807a21
parent379fc3ff97b8baed0328e76e27d8f3eed5f6bd13 (diff)
add several busy beavers
-rw-r--r--progs/1915.tm11
-rw-r--r--progs/4098.tm11
-rw-r--r--progs/501.tm11
-rw-r--r--progs/6-state.tm13
4 files changed, 46 insertions, 0 deletions
diff --git a/progs/1915.tm b/progs/1915.tm
new file mode 100644
index 0000000..326b595
--- /dev/null
+++ b/progs/1915.tm
@@ -0,0 +1,11 @@
+%1 0
+1 1>2
+111<3
+2 <1
+21 <4
+3 1<1
+311<0
+4 1<2
+411>5
+5 >4
+51 >2
diff --git a/progs/4098.tm b/progs/4098.tm
new file mode 100644
index 0000000..f3c9a8b
--- /dev/null
+++ b/progs/4098.tm
@@ -0,0 +1,11 @@
+%1 0
+1 1<2
+111>3
+2 1<3
+211<2
+3 1<4
+31 >5
+4 1>1
+411>4
+5 1<0
+51 >1
diff --git a/progs/501.tm b/progs/501.tm
new file mode 100644
index 0000000..1707268
--- /dev/null
+++ b/progs/501.tm
@@ -0,0 +1,11 @@
+%1 0
+1 1>2
+11 <3
+2 1>3
+211>4
+3 1<1
+31 >2
+4 >5
+411>0
+5 1<3
+511>1
diff --git a/progs/6-state.tm b/progs/6-state.tm
new file mode 100644
index 0000000..0c1850d
--- /dev/null
+++ b/progs/6-state.tm
@@ -0,0 +1,13 @@
+%1 0
+1 1<2
+111<1
+2 1>3
+211>2
+3 >6
+311>4
+4 1<1
+41 >5
+5 <1
+511>3
+6 1<5
+611<0