View Project

Unlimited Size Integer Library in C++

Implementation of an integer data type with unlimited (i.e., limited by RAM) size, and O(log_18(n)) implementation of addition and subtraction.