Binary Multiplication

Правка en1, от Tuhin_RU, 2021-04-01 14:40:44

Given, two binary number A and B (A > B). Each of A and B can have at most 10^5 digits. You have to calculate (A^2 — B^2). [Here, (A^2) denotes the A power of 2].

What should be the approach to calculate A^2?

Теги #math, #number theory, fast multiplication

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский Tuhin_RU 2021-04-01 14:40:44 278 Initial revision (published)