Big Integer to the Rescue!

Akshay Ravindran
3 min readJun 13, 2018
Photo by Daniel Tausis on Unsplash

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…

--

--

Akshay Ravindran

Code -> Understand-> Repeat is my motto. I am a Data Engineer who writes about everything related to Data Science and Interview Preparation for SDE.