Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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