progs/catastrophic9.java
changeset 615 e722f4ba54de
parent 612 7a12053567d4
--- 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