sofianedjerbi / Karatsuba

Studying polynomial multiplication (Karatsuba algorithm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karatsuba

Studying polynomial multiplication

Compile/Run

With the wrapper

Install dependencies: pip install -r requirements.txt
And run with python wrapper.py.

With make

Compile with make.
Command list: ./out.

About

Studying polynomial multiplication (Karatsuba algorithm)

License:GNU General Public License v3.0


Languages

Language:C 86.9%Language:Python 11.3%Language:Makefile 1.8%