updated
authorChristian Urban <urbanc@in.tum.de>
Thu, 29 Nov 2018 02:38:24 +0000
changeset 615 e722f4ba54de
parent 614 be065677c8f1
child 616 24bbe4e4b37b
updated
progs/catastrophic9.java
--- a/progs/catastrophic9.java	Thu Nov 29 02:37:01 2018 +0000
+++ b/progs/catastrophic9.java	Thu Nov 29 02:38:24 2018 +0000
@@ -25,7 +25,7 @@
             
             Pattern pattern = Pattern.compile("(a*)*b");
             
-            // Run from 5 to 28 characters
+            // Run from 0 to 50000 characters
             for (int length = 0; length < 50000; length += 5000) {
                 
                 // Build input of specified length