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
- Host: GitHub
- URL: https://github.com/henryquan/biginteger
- Owner: HenryQuan
- Created: 2017-04-16T07:42:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T09:26:24.000Z (about 8 years ago)
- Last Synced: 2025-01-18T04:28:52.179Z (4 months ago)
- Topics: adt, biginteger, c, project-euler
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)