mehran75 / Project-Euler

Send PRs to contribute and participate in Hacktoberfest'19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Project Euler?

Project Euler is a series of challenging problems that require mathematical and programming skills. Somebody who enjoys learning new area of mathematics, project Euler is going to be a fun journey.

How to contribute?

  • Fork this repository.
  • Make a directory with the format problem_number.problem_statement in the directory of the language you're solving.
For example if you are solving Problem no 1 in java- > 
Your solution should be at -> Java/01.Multiples_of_3_and_5/your_user_name.java
  • Add βœ… :white_check_mark: to the table against the problem you've solved.
  • Send a PR

Happy Contributing! πŸ˜ƒ

⭐ to show support!

Contributors

Problems

No Problem Statement CPP Java JS Python Kotlin Dart C C# Go Lang R Ruby Swift
01 Multiples of 3 and 5 βœ… βœ… βœ… βœ… βœ… βœ… βœ…
02 Even Fibonacci numbers βœ… βœ… βœ… βœ… βœ… βœ…
03 Largest prime factor βœ… βœ… βœ… βœ… βœ…
04 Largest palindrome product βœ…
05 Smallest multiple βœ…
06 Sum square difference βœ… βœ…
07 10001st prime βœ…
08 Largest product in a series βœ…
09 Special Pythagorean triplet βœ… βœ…
10 Summation of primes
11 Largest product in a grid
12 Highly divisible triangular number
13 Large sum
14 Longest Collatz sequence
15 Lattice paths
16 Power digit sum βœ…
17 Number letter counts
18 Maximum path sum I
19 Counting Sundays
20 Factorial digit sum βœ…
21 Amicable numbers
22 Names scores
23 Non-abundant sums
24 Lexicographic permutations
25 1000-digit Fibonacci number
26 Reciprocal cycles
27 Quadratic primes
28 Number spiral diagonals
29 Distinct powers
30 Digit fifth powers
31 Coin sums
32 Pandigital products
33 Digit cancelling fractions
34 Digit factorials
35 Circular primes
36 Double-base palindromes
37 Truncatable primes
38 Pandigital multiples
39 Integer right triangles βœ…
40 Champernowne's constant
41 Pandigital prime βœ…
42 Coded triangle numbers βœ…
43 Sub-string divisibility
44 Pentagon numbers
45 Triangular, pentagonal, and hexagonal
46 Goldbach's other conjecture
47 Distinct primes factors
48 Self powers βœ…
49 Prime permutations
50 Consecutive prime sum

About

Send PRs to contribute and participate in Hacktoberfest'19


Languages

Language:Python 70.8%Language:JavaScript 5.8%Language:Java 5.8%Language:C++ 5.5%Language:HTML 3.2%Language:C 3.2%Language:Dart 2.5%Language:Go 1.9%Language:Kotlin 1.3%