Skip to content

Commit e1254ea

Browse files
committed
Added Goldbach's Conjecture algorithm.
1 parent 363a7b2 commit e1254ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/thealgorithms/maths/GoldbachConjecture.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package com.thealgorithms.maths;
22

3-
import java.util.Scanner;
4-
53
import static java.lang.String.format;
64

5+
import java.util.Scanner;
6+
77
/**
88
* This is a representation of the unsolved problem of Goldbach's Projection, according to which every
99
* even natural number greater than 2 can be written as the sum of 2 prime numbers

0 commit comments

Comments
 (0)