Skip to content

Conversation

@STK101
Copy link
Contributor

@STK101 STK101 commented Oct 2, 2020

The Karatsuba algorithm is a fast multiplication algorithm .It reduces the multiplication of two n-digit numbers to at most n^log2(3).

STK101 added 2 commits October 2, 2020 20:49
The Karatsuba algorithm is a fast multiplication algorithm.It reduces the multiplication of two n-digit numbers to at most n^log2(3).
This is a stand-alone LCM implementation w/o using gcd in java.
@ephremdeme ephremdeme merged commit bbbbbcd into ephremdeme:master Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants