-
Notifications
You must be signed in to change notification settings - Fork 0
A calculator to calculate large numbers that are larger than c++ primitive number type sizes. Two approaches have been taken to implement the bigint calculator. First, tried with Stack data structure and secondly, tried with a char array. Second approach was rather successful because of the complications of first approach.
GSMgeeth/bigint-calculator-cplusplus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A calculator to calculate large numbers that are larger than c++ primitive number type sizes. Two approaches have been taken to implement the bigint calculator. First, tried with Stack data structure and secondly, tried with a char array. Second approach was rather successful because of the complications of first approach.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published