Multiplication algorithm: Difference between revisions

Content deleted Content added
Line 406:
What is important, is to make subproblems of equal size. Using even and odd indexes, give subproblems of same size.
 
It has ana time complexity of O(''n'' log(''n'') log(log(''n''))).
 
==== History ====