Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkloht/ha-karatsuba
Implementation of Karatsuba Multiplication for "Höhere Algorithmik" at FU Berlin
https://github.com/tkloht/ha-karatsuba
Last synced: 14 days ago
JSON representation
Implementation of Karatsuba Multiplication for "Höhere Algorithmik" at FU Berlin
- Host: GitHub
- URL: https://github.com/tkloht/ha-karatsuba
- Owner: tkloht
- Created: 2014-11-12T16:55:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-23T21:20:44.000Z (about 10 years ago)
- Last Synced: 2024-04-11T20:56:39.152Z (10 months ago)
- Language: Java
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ha-karatsuba
============
Implementation of Karatsuba Multiplication for the course "Höhere Algorithmik" at FU Berlin.Run without parameters for interactive mode, or with [*number of tests*][*length of multiplied numbers*] for automatic tests with randomly generated numbers.