progs/re2.scala
changeset 454 010237a7dae7
parent 453 a5525c780b96
child 471 e5df48ff7033
--- a/progs/re2.scala	Tue Oct 18 10:43:26 2016 +0100
+++ b/progs/re2.scala	Tue Oct 18 11:13:37 2016 +0100
@@ -56,11 +56,11 @@
 
 
 //test: (a?{n}) (a{n})
-for (i <- 1 to 1001 by 100) {
+for (i <- 1 to 1001 by 10) {
   println(i + " " + "%.5f".format(time_needed(2, matches(EVIL1(i), "a" * i))))
 }
 
-for (i <- 1 to 1001 by 100) {
+for (i <- 1 to 1001 by 10) {
   println(i + " " + "%.5f".format(time_needed(2, matches(EVIL1(i), "a" * i))))
 }