Vishal1003 / Algorithms

🎓 Important Algorithms and their implementations
MIT License
33 stars 99 forks source link

Goldbach's Conjecture #114

Closed Debasmita-01 closed 4 years ago

Debasmita-01 commented 4 years ago

Goldbach's Conjecture -- says that any even integer greater than 2 is the sum of two prime numbers (like 4 = 2 + 2; 8 = 3 + 5; 22 = 3 + 19 = 5 + 17 etc.).Here is a C program to verify the same