DavronUsmonov / BigInteger

learning c++ so im implementing a BigInteger class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigInteger

learning c++ so im implementing a BigInteger class.

can do basic operations with arbitrarily large integers.

(did it using a string to store the integer but i will rewrite it so it uses an array of ints with a very large base)

About

learning c++ so im implementing a BigInteger class


Languages

Language:C++ 100.0%