Project information

Description

Detail about the Project Euler can be found in its website.
Basically, it is a series of mathematical challenges that get progressively difficult and can be solved by implementing mathematical operations programmatically. The time and memory complexity are also to be taken care of in some problems. The solutions I have presented aim at solving for a generalized input and not just for the specific numbers given by the question.