Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.16 KB

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