As2771 / Hacktoberfest-2k18

This repository is bascially for those who want to fresh start their open source journey or want to contribute for hacktoberfest 2k18
2 stars 40 forks source link

Create calculating_very_large_cases.c #72

Open ghost opened 5 years ago

ghost commented 5 years ago

This program calculates factorials for very large numbers (upto 5000!). It overcomes the issues with storage of such large numbers by using digital "half-adder" method, employing a reference array.