Python icon indicating copy to clipboard operation
Python copied to clipboard

Goldbach's conjecture

Open ABarpanda opened this issue 2 years ago • 1 comments

Feature description

I wish to add a program that tests Goldbach's conjecture.

ABarpanda avatar Oct 31 '23 17:10 ABarpanda

@ABarpanda This seems interesting, could you be a bit more descriptive w.r.t. the "testing" part. How exactly would you approach Goldbach's conjecture without brute force computations?

zachtheyek avatar Feb 13 '24 06:02 zachtheyek

As stated in the contributing guidelines, which OP hopefully read:

Do not create an issue to contribute an algorithm. Please submit a pull request instead.

If OP still wishes to contribute this algorithm (after clarifying its purpose, as @zachtheyek pointed out), they may do so in another PR.

tianyizheng02 avatar May 31 '24 08:05 tianyizheng02