trekhleb / javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
MIT License
187.69k stars 30.17k forks source link

Add factorialBigInt #814

Open trainer2001 opened 2 years ago

trainer2001 commented 2 years ago

Non-recursive factorial function for BigInt data type.