Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sofianedjerbi/karatsuba

Studying polynomial multiplication (Karatsuba algorithm)
https://github.com/sofianedjerbi/karatsuba

karatsuba-multiplication research-project

Last synced: about 2 months ago
JSON representation

Studying polynomial multiplication (Karatsuba algorithm)

Awesome Lists containing this project

README

        

# 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`.