| author | Christian Urban <urbanc@in.tum.de> |
| Thu, 29 Nov 2018 02:38:24 +0000 | |
| changeset 615 | 52e9ab639c99 |
| parent 614 | 3ed8ac396863 |
| child 616 | 96114cc02150 |
--- 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