Multiplication algorithm: Difference between revisions

Content deleted Content added
Fredrik (talk | contribs)
m Reverted edits by 216.20.1.212 to last version by Scovetta
added 'attention' False statement about fastest known method to multiply long integers (it's faster than O(nlognlog(logn)).Bad strcture (warmup example after main discussion)
Line 1:
{{attention}}
 
A '''multiplication algorithm''' is an [[algorithm]] (or method) to [[multiplication|multiply]] two numbers. Depending on the size of the numbers, different algorithms are in use.