Covanov and Thomé ( Multiplication): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(nlogn {2}^{O(log*n)$}) == Space Complexity == $O(n)$ auxiliary?? bits (^ same as above) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM? == Year == 2015 == Reference == https://hal.inria.fr/hal-01108166v1/document") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O(nlogn {2}^{ | $O(nlogn {2}^{({3}log*n)$}) | ||
== Space Complexity == | == Space Complexity == | ||
Line 27: | Line 27: | ||
== Year == | == Year == | ||
2016 | |||
== Reference == | == Reference == | ||
https:// | https://arxiv.org/abs/1502.02800 |
Revision as of 10:38, 15 February 2023
Time Complexity
$O(nlogn {2}^{({3}log*n)$})
Space Complexity
$O(n)$ auxiliary?? bits
(^ same as above)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM?
Year
2016