--- a/progs/re3.scala Tue Oct 18 10:43:26 2016 +0100
+++ b/progs/re3.scala Tue Oct 18 11:13:37 2016 +0100
@@ -80,7 +80,7 @@
//test: (a?{n}) (a{n})
-for (i <- 1 to 9001 by 1000) {
+for (i <- 1 to 9001 by 10) {
println(i + " " + "%.5f".format(time_needed(2, matcher(EVIL1(i), "a" * i))))
}