Discussion about this post

User's avatar
Adam Ginensky's avatar

"For example, we know precisely how long our algorithms take to multiply and factor matrices." . At least in the case of matrix multiplication the technically correct statement is we have an upper bound on how long it takes to multiply matrices. Current best is O(n^2.37) and I believe that O(n^2) is still believed to be the optimat number (perhaps n^{2 +\epsilon} is correct)

Expand full comment
1 more comment...

No posts