|
Regarding the basic operations of this large integer (such as long long) and other related issues, I have also read many posts, the storage methods are different, and the implementation ideas are also different. I would like to be able to compile these basic operations into a class template. I hope you can provide some golden algorithms or good implementation ideas!
The basic operations include, addition, subtraction, multiplication, division, modulo, power, output, etc .; storage methods such as arrays, linked lists, etc. can be used. |
|