2 papers
2 files
2 references

Papers Referenced in This Repository

Fast recursive division

1998
1 reference

We present a new recursive method for division with remainder of integers. Its running time is $2K(n)+O(n \\log n)$ for division of a $2n$-digit number by an $n$-digit number where $K(n)$ is the Karatsuba multiplication time. It pays in p ractice for numbers with 860 bits or more. Then we show how w...

Show 1 reference in code

Fast Multiplication of Large Integers: Implementation and Analysis of the DKSS Algorithm

Christoph Lüders
2015
1 reference

The Sch\"onhage-Strassen algorithm (SSA) is the de-facto standard for multiplication of large integers. For $N$-bit numbers it has a time bound of $O(N \cdot \log N \cdot \log \log N)$. De, Kurur, Saha and Saptharishi (DKSS) presented an asymptotically faster algorithm with a better time bound of $N...

Show 1 reference in code
Link copied to clipboard!