Skip to content

abhisheksarkar30/great-factorial-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

great-factorial-calculator

License: MIT


Let's connect 👨‍💻 and forge the future together.😁✌

Show your support a ⭐ is all this repo needs 😄

Introduction

This is a simple java based calculator tool to get the factorial of a number.

Prerequisites

Java 8+

Usage

Compile and run the application to calculate the desired factorial, using below command.

Strategies

Array Based

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.

String Based

This strategy also runs on single thread, but much slower than Array based.

About

The giant factorial calculator to calculate factorial of numbers which are not supported by normal calculator or JAVA based data types.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages