

01:32:52
publiée le 7 août 2025
Paradigms for the algorithms on different technologies - lecture 1
De Thomas Ayral
Apparaît dans la collection : 2023 - T3 - WS1 - Special Week
Integer multiplication is one of the oldest mathematical operations and still a central problem for computer arithmetic. The complexities of many other basic operations such as division, base conversion, gcds, computing $e$ and $\pi$, FFTs, etc. can be expressed in terms of the complexity of integer multiplication. In our talk, we will survey a new algorithm for multiplying two n-digit integers in time $O(n \log n)$.