Just A Few Project Euler Solutions
Questions At https://projecteuler.net/archives
This repo contains solutions from ProjectEuler.
You can solve any unsolved solution in this repo from ProjectEuler Archive.
- Fork The Repo
- Find a question that has not been solved yet or has a better solution.
- Solve the question make sure you get the expected answer.
- Put your code with name
problem_number.extension
in respective folder of the language used.
Example: If you are solving 15th problem in JAVA, place your file in java directory and name itproblem_15.java
Note: The filename is case-sensitive so always use lowercaps in file name. - Push it to your repo and send a PR.
Once we validate it, we shall accept your pull request.
Lets Have Fun in This HacktoberFest!!
Solutions in Python
Solutions in Java
Solutions in Rust
Solutions in C++
New Languages Are Welcome...