Skip to content

jfitzsimmons/karatsuba-ts-ember

Repository files navigation

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