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 27, 2018
1 parent b550b87 commit fbcd78a
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 @@ -58,8 +58,8 @@ Full analysis is presented in Jupiter Notebook markdowns.
| [`Problem1`](scala/Problem1.scala) | *O(1)* |0.18095s| | |
| [`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) | | | | |
| [`Problem4`](scala/Problem4.scala) | *O(n^2)* || | |
| [`Problem5`](scala/Problem5.scala) | *O(n / (f(k))* |0.22402s| | |
| [`Problem6`](scala/Problem6.scala) | *O(1)* | | | |
| [`Problem7`](scala/Problem7.scala) | | | | |
| [`Problem8`](scala/Problem8.scala) | *O(n)* | | | |
Expand Down

0 comments on commit fbcd78a

Please sign in to comment.