Skip to content

Commit

Permalink
Added Goldbach's Conjecture algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
BILLSARAN committed Jan 11, 2025
1 parent 363a7b2 commit e1254ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/thealgorithms/maths/GoldbachConjecture.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.thealgorithms.maths;

import java.util.Scanner;

import static java.lang.String.format;

import java.util.Scanner;

/**
* This is a representation of the unsolved problem of Goldbach's Projection, according to which every
* even natural number greater than 2 can be written as the sum of 2 prime numbers
Expand Down

0 comments on commit e1254ea

Please sign in to comment.