progs/re3.scala
changeset 454 edb4ad356c56
parent 453 36e5752fa191
child 458 896a5f91838d
--- 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))))
 }