From c35c891778780b20f98ecae1b882d7696135254f Mon Sep 17 00:00:00 2001 From: Tekunov Daniil Date: Sat, 26 May 2018 15:13:02 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d343f0..61e590f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Full analysis is presented in Jupiter Notebook markdowns. Task | Best-case complexity |Time taken|Task|Best-case complexity| |--------------------------------|------------------------|----------|----|--------------------| | [`Problem1`](scala/Problem1.scala) | *O(1)* |0.18095s| | | -| [`Problem2`](scala/Problem2.scala) | *O(n)* | | | | -| [`Problem3`](scala/Problem3.scala) | *O(n*log(log n)) | | | | +| [`Problem2`](scala/Problem2.scala) | *O(n)* |0.16213s| | | +| [`Problem3`](scala/Problem3.scala) | *O(n*log(log n)) |4.57282s| | | | [`Problem4`](scala/Problem4.scala) | *O(n^2)* |0.22402s| | | | [`Problem5`](scala/Problem5.scala) | | | | | | [`Problem6`](scala/Problem6.scala) | *O(1)* | | | |