|
|
|
|
|
by melvyn2
514 days ago
|
|
These are sometimes called Galactic Algorithms: https://en.wikipedia.org/wiki/Galactic_algorithm The very first example on the page has a pretty good quote describing their usefulness: >>> An example of a galactic algorithm is the fastest known way to multiply two numbers, which is based on a 1729-dimensional Fourier transform. It needs O(n log n) bit operations, but as the constants hidden by the big O notation are large, it is never used in practice. However, it also shows why galactic algorithms may still be useful. The authors state: "we are hopeful that with further refinements, the algorithm might become practical for numbers with merely billions or trillions of digits." |
|