Skip to content

nickkimbrough/projecteuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Project Euler User Profile Badge For Nick_Kimbrough

My Solutions to ProjectEuler.net's Problems. This repository will contain spoilers to the first 100 questions, and is intended to show the methods I used to come to the answers, in line with Project Euler's Rules (must be logged in to read).

I do this primarily for fun, and to help me keep my skills sharp and learn new languages and algorithms or mathematical methods I may not have known about.

Running The Solutions

I have used VSCode as my editor of choice for all of the solutions posted here. Certain languages require additional setup in order to run.

C#

  1. Make sure you have the .NET Core SDK (2.1 minimum) installed.
  2. Install the dotnet-script tool with the following command:
    • dotnet tool install -g dotnet-script
  3. Ensure the path to the dll is correct in .vscode\launch.json.

Rust

Make sure you have the recommended extensions from ./vscode/extensions.json installed, along with Rust. To run or debug, click the buttons above the main function.

About

My Solutions to ProjectEuler.net's Problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published