Harvey; Hoeven; Lecerf ( Multiplication): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(nlogn {2}^{({2}log*n)$})
$O(nlogn {2}^{({3}log*n)$})


== Space Complexity ==  
== Space Complexity ==  
Line 27: Line 27:
== Year ==  
== Year ==  


2018
2015


== Reference ==  
== Reference ==  


https://arxiv.org/abs/1802.07932
https://arxiv.org/abs/1407.3360

Revision as of 12:14, 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

2015

Reference

https://arxiv.org/abs/1407.3360