Implemented a big integer library, which can support integers of arbitrary size through an underlying string representation.
- Supports positive and negative integers
- Addition and subtraction
- Effiecient multiplication using the Karatsuba-Multiplication algorithm