|
|
|
|
|
by SamReidHughes
2040 days ago
|
|
This requires padding out an O(n)-digit number to memory size O(n log n), with addition operations of numbers with log(n) bits deemed to take O(1) time. If this is allowed by your model of computation, then you could use this magical O(1) addition to to implement multiplication in O(n). |
|
How's that?