Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
A new file CircularPrime.java which checks if a number is Circular Prime - (prime number is called circular prime if it remains prime after any cyclic permutation of its digits)
The file contains the code and the algorithm of the program