-
Notifications
You must be signed in to change notification settings - Fork 53
Karatsuba Algorithm #122
Copy link
Copy link
Open
Labels
CC Programming LanguageC Programming Languagec++C++ Programming LanguageC++ Programming LanguageeasyEasy QuestionEasy Questiongood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest IssueHacktoberfest Issuehacktoberfest-2023Hacktoberfest 2023 IssueHacktoberfest 2023 Issuehacktoberfest-acceptedAccepted for HacktoberfestAccepted for HacktoberfestjavaJava Programming LanguageJava Programming Languagenot-assignedIssue Not assigned yetIssue Not assigned yetpythonPython Programming LanguagePython Programming LanguagestringQuestion related to stringQuestion related to string
Metadata
Metadata
Assignees
Labels
CC Programming LanguageC Programming Languagec++C++ Programming LanguageC++ Programming LanguageeasyEasy QuestionEasy Questiongood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest IssueHacktoberfest Issuehacktoberfest-2023Hacktoberfest 2023 IssueHacktoberfest 2023 Issuehacktoberfest-acceptedAccepted for HacktoberfestAccepted for HacktoberfestjavaJava Programming LanguageJava Programming Languagenot-assignedIssue Not assigned yetIssue Not assigned yetpythonPython Programming LanguagePython Programming LanguagestringQuestion related to stringQuestion related to string
❗Write Code in Only One Language ( CPP , C , Java , Python )
Give File Name :
KaratsubaAlgorithm✅ In respective language folder📑 DESCRIPTION
Karatsuba Algorithm
Given two binary strings A and B that represent value of two integers, find the product of two strings in Decimal Value.
Example 1:
Example 2:
Your Task:
You don't need to read input or print anything. Your task is to complete the function karatsubaAlgo() which takes Strings A and B as input and returns the answer.