Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 301 Bytes

Big-Int-Lib

Implemented a big integer library, which can support integers of arbitrary size through an underlying string representation.

Some Features

  • Supports positive and negative integers
  • Addition and subtraction
  • Effiecient multiplication using the Karatsuba-Multiplication algorithm