hacktoberfest-projecteuler icon indicating copy to clipboard operation
hacktoberfest-projecteuler copied to clipboard

This repo contains solutions for projecteuler problems in multiple languages. Specially created for newcomers to contribute as part of Hacktoberfest Challenge.

Results 105 hacktoberfest-projecteuler issues
Sort by recently updated
recently updated
newest added
trafficstars

Added solution to problem-3 of Project Euler in C language. The solution is verified. Answer: 6857 https://github.com/moghya/hacktoberfest-projecteuler/issues/4

Added a solution to problem 6 of Project Euler in C language. It is a verified solution. The answer is 25164150. https://github.com/moghya/hacktoberfest-projecteuler/issues/8

Added solution for Problem-4 of Project Euler in C language. Verified answer. answer: 906609

#Run the code to get the answer of the problem.

Add solutions to problem-571 in following languages:- - [ ] CPP - [ ] Python - [ ] JavaScript - [ ] Java - [ ] C or any other...

enhancement
Hacktoberfest
addCode

Add solutions to problem-547 in following languages:- - [ ] CPP - [ ] Python - [ ] JavaScript - [ ] Java - [ ] C or any other...

enhancement
Hacktoberfest
addCode

Add General Solution to Problem 007 in Java.

Add solutions to problem-570 in following languages:- - [ ] CPP - [ ] Python - [ ] JavaScript - [ ] Java - [ ] C or any other...

enhancement
Hacktoberfest
addCode

/* If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is...