zlacker

[parent] [thread] 2 comments
1. TJSome+(OP)[view] [source] 2020-04-27 07:35:38
Additionally, many problems are can be converted to matrix operations, like graph algorithms.

Note that matrix multiplication takes O(n^2) time with a quantum computer, but O(n^2.807) time on a classical computer.

replies(1): >>gnu-no+b4
2. gnu-no+b4[view] [source] 2020-04-27 08:28:42
>>TJSome+(OP)
> but O(n^2.807) time on a classical computer

Optimizing matrix multiplication for classical computers is an open research problem, and according to wikipedia there are algorithms with O(n^2.37) running time. Also according to wikipedia, it is not proven that matrix multiplication can't be done in O(n^2).

replies(1): >>infogu+B7
◧◩
3. infogu+B7[view] [source] [discussion] 2020-04-27 09:09:59
>>gnu-no+b4
Ah yes, we may as well add NP-completeness to this thread.
[go to top]