An honor project for the CSC331 - data structure class at BMCC
-
Updated
Jan 22, 2019 - C++
An honor project for the CSC331 - data structure class at BMCC
Dynamically allocated integer datatype which has virtually unlimited maximum size and accuracy, as long as you still have memory. The datatype is stored on the heap and is very optimized for memory (for each new digit only 4 bits are allocated). A single header library written in C++ which is meant for scientific and data projects.
Add a description, image, and links to the largeint topic page so that developers can more easily learn about it.
To associate your repository with the largeint topic, visit your repo's landing page and select "manage topics."