Anyone here solve
Project Euler problems? I find them very fun. I recently implemented a BigInt class in C++ which can handle numbers of any size. Using it, I was able to calculate 100! ( factorial ) which has something like 150 digits. And another one made me look into Pascal triangle, which is a very interesting mathematic structure.
Anyone else has solve Project Euler problems?