Skip to content

Polynomial multiplication algorithm written in C++, with time complexity of O(N^log3) = O(N^1.585)

Notifications You must be signed in to change notification settings

mkamadeus/Stima-Polynomial-Multiplication-DNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial Multiplication of O(n^1.585)

Introducing, the Karatsuba Algorithm.

Introduction

This is a small project created in order to fulfill the needs of IF2211 Strategi Algoritma course on ITB. This project contains an implementation of the Karatsuba Algorithm, which does polynomial multiplication in a theoretically faster execution time.

Compiling this project

For Windows users, run the compile.bat file, and for Linux users, run the compile.sh file.

Running this project

For Windows users, run the run.bat file, and for Linux users, run the run.sh file.

About

Polynomial multiplication algorithm written in C++, with time complexity of O(N^log3) = O(N^1.585)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages