Talk:TADM2E 2.38

From Algorithm Wiki
Revision as of 18:02, 6 May 2016 by Ric101 (talk | contribs) (Created page with "Correction proposal: I believe the correct solution should be 0(n^2), as it mentions O(1) for 1-digit to 1-digit operations, so mulrilying the first number for each digit of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Correction proposal:

I believe the correct solution should be 0(n^2), as it mentions O(1) for 1-digit to 1-digit operations, so mulrilying the first number for each digit of the second, also requires n multiplications (1 for each digit of the forst number)