Big Integer to the Rescue!
3 min readJun 13, 2018
--
Out of Free Stories? Here is my Friend Link.
The simplest factorial problem which everyone knows will become hard to solve when it cannot be stored by an int. Which we use traditionally. Thus to overcome this restriction of space. We can introduce the concept of Big Integers. This is a class in Java which is used to handle huge values. Where a traditional int cannot be used. And data that can’t be stored even in a…