Project-Euler
Project-Euler copied to clipboard
Send PRs to contribute and see the Codemasters solving some really mind boggling questions.
Project-Euler
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_statementin 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:
:white_check_mark:to the table against the problem you've solved. - Name the P.R. With the format as
problem_number done in This_Lang, and Mention the same in the code(File) as a commentEuler Problem_num.(Within the File) - While Editing The ReadMe For PR, Use "No Wrap" Option { At Top Right Of 'Edit File' Tool On Githtub}
- Send a PR
- Thanks
Happy Contributing! 😃
⭐ to show support!
Contributors
Problems
| No | Problem Statement | CPP | Java | JS | Py3 | Kotlin | Dart | C | C# | Go Lang | R | Ruby | Swift |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 01 | Multiples of 3 and 5 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 02 | Even Fibonacci numbers | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | |||
| 03 | Largest prime factor | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ||||
| 04 | Largest palindrome product | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | |||||||
| 05 | Smallest multiple | :white_check_mark: | :white_check_mark: | :white_check_mark: | |||||||||
| 06 | Sum square difference | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ||||||
| 07 | 10001st prime | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ||||||||
| 08 | Largest product in a series | :white_check_mark: | |||||||||||
| 09 | Special Pythagorean triplet | :white_check_mark: | :white_check_mark: | ||||||||||
| 10 | Summation of primes | :white_check_mark: | :white_check_mark: | ||||||||||
| 11 | Largest product in a grid | :white_check_mark: | :white_check_mark: | ||||||||||
| 12 | Highly divisible triangular number | :white_check_mark: | :white_check_mark: | ||||||||||
| 13 | Large sum | :white_check_mark: | :white_check_mark: | ||||||||||
| 14 | Longest Collatz sequence | ||||||||||||
| 15 | Lattice paths | ||||||||||||
| 16 | Power digit sum | :white_check_mark: | :white_check_mark: | ||||||||||
| 17 | Number letter counts | :white_check_mark: | |||||||||||
| 18 | Maximum path sum I | :white_check_mark: | |||||||||||
| 19 | Counting Sundays | ||||||||||||
| 20 | Factorial digit sum | :white_check_mark: | :white_check_mark: | :white_check_mark: | |||||||||
| 21 | Amicable numbers | ||||||||||||
| 22 | Names scores | :white_check_mark: | |||||||||||
| 23 | Non-abundant sums | ||||||||||||
| 24 | Lexicographic permutations | ||||||||||||
| 25 | 1000-digit Fibonacci number | :white_check_mark: | |||||||||||
| 26 | Reciprocal cycles | ||||||||||||
| 27 | Quadratic primes | :white_check_mark: | |||||||||||
| 28 | Number spiral diagonals | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | ||||||||
| 29 | Distinct powers | :white_check_mark: | |||||||||||
| 30 | Digit fifth powers | :white_check_mark: | |||||||||||
| 31 | Coin sums | :white_check_mark: | :white_check_mark: | ||||||||||
| 32 | Pandigital products | ||||||||||||
| 33 | Digit cancelling fractions | ||||||||||||
| 34 | Digit factorials | ||||||||||||
| 35 | Circular primes | :white_check_mark: | |||||||||||
| 36 | Double-base palindromes | ||||||||||||
| 37 | Truncatable primes | ||||||||||||
| 38 | Pandigital multiples | ||||||||||||
| 39 | Integer right triangles | :white_check_mark: | :white_check_mark: | ||||||||||
| 40 | Champernowne's constant | :white_check_mark: | |||||||||||
| 41 | Pandigital prime | :white_check_mark: | |||||||||||
| 42 | Coded triangle numbers | :white_check_mark: | |||||||||||
| 43 | Sub-string divisibility | ||||||||||||
| 44 | Pentagon numbers | :white_check_mark: | |||||||||||
| 45 | Triangular, pentagonal, and hexagonal | :white_check_mark: | |||||||||||
| 46 | Goldbach's other conjecture | :white_check_mark: | |||||||||||
| 47 | Distinct primes factors | :white_check_mark: | |||||||||||
| 48 | Self powers | :white_check_mark: | |||||||||||
| 49 | Prime permutations | :white_check_mark: | |||||||||||
| 50 | Consecutive prime sum | :white_check_mark: | :white_check_mark: | :white_check_mark: |
Thanks
- Thanks to you all who are doing their best in solving the problems, we appriciate your efforts.
- We thank you all for the overwelming P.R that we have recieved, To mantain the quality and response of the P.R we have updated the guidelines.
- We are reluctant to change/modify the already merged P.R. to meet the current Guidelines, as that may modify the contributer's title to that file.
- We would appriciate, if all of you could do the necessary modification, hence it won't affect your contribution as per HacktoberFest.
- Keep Up the Efforts.