algorithms
algorithms copied to clipboard
Add BigInt implementation
It would be nice if this repository, under datastructures, we had an implementation of a data structure that supports arbitrarily large integers. This should be relatively easy to implement, at least naively, and can be helpful for some future number-theory based algorithms under Number_Algorithms.