Skip to content

TheSpeedX/codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codex

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.

Note: Don't send PR of an answer if its already there. Optimizations are allowed

Steps To Contribute

  • 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 it problem_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

Solutions in Python

Solutions in Java

Solutions in Rust

Solutions in C++

New Languages Are Welcome...