Introduction - If you have any usage issues, please Google them yourself
This is an algorithm that computes large Numbers of factorial. The main thing is to store every single digit of the result through a linked list, so that you don't have a long or int type, which is too large to overflow