From 739371b8817d7e4d8a919f062eee2236ef161b57 Mon Sep 17 00:00:00 2001 From: krishnanraman Date: Mon, 14 Oct 2013 15:53:05 -0700 Subject: [PATCH] Scala versions for codegolf --- 04-code-golf/tf-04-fold.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-code-golf/tf-04-fold.scala b/04-code-golf/tf-04-fold.scala index f1d2e69..cda1bb1 100644 --- a/04-code-golf/tf-04-fold.scala +++ b/04-code-golf/tf-04-fold.scala @@ -1,5 +1,5 @@ /** -Attempt to speed up execution time: Avg 4.3 seconds +Attempt to speed up execution time: Avg 4.4 seconds 1. Use a compiled regex 2. accumulate tokens using a catamorphism