Coded with Ember, Typscript and Handlebars
Explanation
As numbers increase in size, the Karatsuba method can be used repeatedly, breaking large numbers into small pieces to save an increasing number of single-digit multiplications.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd karatsuba-ts-ember
npm install
npm run start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
- This project is inspired from the graphics of Lucy Reading-Ikkanda / Quanta Magazine.