Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tontonsb/karatsuba
Karatsuba algorithm visualization for Svelte
https://github.com/tontonsb/karatsuba
karatsuba svelte
Last synced: about 1 month ago
JSON representation
Karatsuba algorithm visualization for Svelte
- Host: GitHub
- URL: https://github.com/tontonsb/karatsuba
- Owner: tontonsb
- Created: 2021-05-01T15:05:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T17:54:15.000Z (10 months ago)
- Last Synced: 2024-10-31T10:52:28.589Z (about 2 months ago)
- Topics: karatsuba, svelte
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karatsuba's algorithm
A step-by-step demonstration of Karatsuba's algorithm.
You can see it in action here on my site: https://juris.glaive.pro/karatsuba
## Package
Package with Svelte components can be found in `src/package`. See its
[readme](src/package/README.md) for details.It is licensed under ISC license.
## Demo
This repo is also a demo project for the development of these components.
It can be prepared with `npm install` and run with `npm run dev`.