Skip to content

prabodhmeshram/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Build Status

Solution to Project Euler problems

This repository is to list down as many Euler problem solutions as possible by me in different Programming languages. Amateur or to put it best a complete newbie in major of the languages, but learning along the path all of them. A great way to hone your skills if creating a Todo App and Hello World is real boring for you. Good for a math geek or learning in the process while attempting the Euler Problems.

A very good description has been given on Project Euler, so you can always check on that.

Solutions

  1. Sum of Multiples of 3 and 5 Python | Javascript

  2. Sum of Even Fibonacci Series Python | Javascript

  3. Greatest Prime Factor Python | Javascript

  4. 6 Digit Palindrome Number Python | Javascript

  5. Smallest Multiple Pyhon | Javascript