Create package prime, matrix and games (#6139)

This commit is contained in:
varada610
2025-01-27 03:10:41 -08:00
committed by GitHub
parent f9efd382d1
commit 4ef06822ca
27 changed files with 123 additions and 160 deletions

View File

@@ -9,6 +9,8 @@ package com.thealgorithms.maths;
*
* */
import com.thealgorithms.maths.Prime.PrimeCheck;
public final class TwinPrime {
private TwinPrime() {
}