Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ditekunov authored May 26, 2018
1 parent 35d4c71 commit c35c891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)* | | | |
Expand Down

0 comments on commit c35c891

Please sign in to comment.