Let's connect 👨💻 and forge the future together.😁✌
Show your support a ⭐ is all this repo needs 😄
This is a simple java based calculator tool to get the factorial of a number.
Java 8+
Compile and run the application to calculate the desired factorial, using below command.
This strategy holds a single long Array to hold the result where each cell denotes each digits of the result.
Though this runs on single thread, yet has been recorded as the fastest calculating algorithm.
This strategy also runs on single thread, but much slower than Array based.