hacktoberfest-projecteuler
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.
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...
Add solutions to problem-547 in following languages:- - [ ] CPP - [ ] Python - [ ] JavaScript - [ ] Java - [ ] C or any other...
Add General Solution to Problem 007 in Java.
Add solutions to problem-570 in following languages:- - [ ] CPP - [ ] Python - [ ] JavaScript - [ ] Java - [ ] C or any other...
/* 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...