Skip to content

C# console application which demonstrates solutions for the first 100 problems in Project Euler. This is work in progress, and solutions are added periodically.

Notifications You must be signed in to change notification settings

rjbfoster/ProjectEulerDemo

Repository files navigation

Project Euler Demo

Project Euler Demo is a basic C# console application which will demonstrate how to sovle the first 100 mathematical problems which are available in Project Euler.

Learn about Project Euler here: https://projecteuler.net/

Purpose

The purpose of this program is to demonstrate the programmattic solving of the first 100 problems in Project Euler.

It also demonstrates the following concepts in C#:

  • String input and parsing
  • Use of dictionary, delegates, and custom classes
  • Custom exceptions and error handling
  • Use of various C# iterative and mathematical methods

Usage

TBD

Roadmap

Although the base application is complete, the first 100 problems are still being completed. The immediate roadmap is to complete the relevant methods, and optimise the application as required.

Contributions

Contributions to this repo are not being accepted until the first 100 problems are complete.

About

C# console application which demonstrates solutions for the first 100 problems in Project Euler. This is work in progress, and solutions are added periodically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages