https://github.com/borisskert/go-schoenhagestrassen
https://github.com/borisskert/go-schoenhagestrassen
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/borisskert/go-schoenhagestrassen
- Owner: borisskert
- License: mit
- Created: 2025-02-12T23:17:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T20:07:10.000Z (9 months ago)
- Last Synced: 2025-03-09T09:00:06.493Z (8 months ago)
- Language: Go
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-Schönhage-Strassen
## What is this?
This is a Go implementation of the Schönhage-Strassen algorithm for multiplying large integers. The algorithm is
described in the paper "Schnelle Multiplikation großer Zahlen" by Arnold Schönhage and Volker Strassen.
## Why?
I wanted to learn more about the Schönhage-Strassen algorithm and thought that implementing it would be a good way to
do so.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.