jfitzsimmons / karatsuba-ts-ember

The Karatsuba Method - How to Multiply Big Numbers Fast

Home Page:https://jfitzsimmons.github.io/karatsuba-ts-ember/

Repository from Github https://github.comjfitzsimmons/karatsuba-ts-emberRepository from Github https://github.comjfitzsimmons/karatsuba-ts-ember

Karatsuba Calculator

Coded with Ember, Typscript and Handlebars

Karatsuba Calculator Preview Image

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.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd karatsuba-ts-ember
  • npm install

Running / Development

Acknowledgments

About

The Karatsuba Method - How to Multiply Big Numbers Fast

https://jfitzsimmons.github.io/karatsuba-ts-ember/


Languages

Language:Handlebars 30.0%Language:JavaScript 22.0%Language:CSS 21.5%Language:TypeScript 20.3%Language:HTML 6.2%