Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sofianedjerbi/karatsuba
- Owner: sofianedjerbi
- License: gpl-3.0
- Created: 2021-10-27T22:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T13:52:04.000Z (about 3 years ago)
- Last Synced: 2024-10-12T03:44:11.190Z (2 months ago)
- Topics: karatsuba-multiplication, research-project
- Language: C
- Homepage:
- Size: 283 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.