We have two numbers (binary) which lenght is n=2^k, k is from N.
We need to multiplicate this two numbers with method divide and conquer.
x =1011 * 2^4 +0110.
How to do that in c++?
|
Newbie Member
|
|
| 13Nov2010,00:03 | #1 |
|
We have two numbers (binary) which lenght is n=2^k, k is from N.
We need to multiplicate this two numbers with method divide and conquer. x =1011 * 2^4 +0110. How to do that in c++? |