An open API service indexing awesome lists of open source software.

https://github.com/henryquan/biginteger

A data structure for big integer calculation
https://github.com/henryquan/biginteger

adt biginteger c project-euler

Last synced: 3 months ago
JSON representation

A data structure for big integer calculation

Awesome Lists containing this project

README

        

# BigInteger
A data structure for big integer calculation.

This is pretty useful if you are solving project euler question.
***
Now, addtion and multiplication are implemented. However, I don't think I could implement division and modulus.

To check out my solution: [Project Euler](https://github.com/HenryQuan/ProjectEuler_Questions)