Introduction

A brief summary about the solutions

This section contains the solution to some Project Euler questions.

The answer are first displayed for the `default` values which are the specific parameters given by the question. The users can themselves input the parameter for up until a certain range.
If you want to get more detailed implementation of the solution then please navigate to the `Portfolio/taskSolutions folder`. `Portfolio` being the main folder itself. The source code can be provided upon request.

To view the solutions please click on the `Tasks` tab and click on the task number.

Also , do note that the answer are not hardcoded in the UI. Rather, everytime we click the task tab, it sends a GET request to the router and the solution is recalculated and the answer is displayed.

There are thresholds limit and data validation checks for jibberish data.