Pradeepsingh61/DSA_Code
[REQUEST] Add [Karatsuba Algorithm] in [Java]
Offen
#621 geöffnet am 12.10.2025
algorithmsenhancementhacktoberfestnew-language
Repository-Metriken
- Stars
- (52 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Algorithm Name
Karatsuba Algorithm
Programming Language
Java
Category
Mathematical Algorithms
Difficulty Level
Medium (Intermediate)
Algorithm Description
Karatsuba algorithm is a fast multiplication algorithm which is used to multiply large numbers, while normal multiplication runs in O(n^2), karatsuba algo works in O(n^1.59) uses recursion for precomputation
References (Optional)
Contribution Intent
- I would like to implement this algorithm myself
- I'm requesting this for someone else to implement
- I need help implementing this algorithm
Code of Conduct
- I agree to follow this project's Code of Conduct