Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add Circular Prime Calculator #521

Closed
4 of 6 tasks
AftabMankapure opened this issue Jan 31, 2024 · 9 comments · Fixed by #597
Closed
4 of 6 tasks

[Feature] Add Circular Prime Calculator #521

AftabMankapure opened this issue Jan 31, 2024 · 9 comments · Fixed by #597
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request Hard IWOC2k24 (50 Points) ✨, JWOC2k24 (5 Points) 🎉, SWOC2k24 Level-3 (40 Points) 💫 JWOC JWOC 2k24 Open Source Program

Comments

@AftabMankapure
Copy link
Contributor

Description

Circular Prime : A prime number is said to be a circular prime if after any cyclic permutations of the digits, it remains a prime.
Examples:

Input : n = 113
Output : Yes
All cyclic permutations of 113 (311
and 131) are prime.

Input : 1193
Output : Yes

Screenshots

No response

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

@AftabMankapure
Copy link
Contributor Author

assign me under jwoc

@Rakesh9100 Rakesh9100 changed the title [Feature] add new calculator circular prime [Feature] Adding Circular rime Feb 3, 2024
@Rakesh9100 Rakesh9100 changed the title [Feature] Adding Circular rime [Feature] Adding Circular Prime Calculator Feb 3, 2024
@Rakesh9100 Rakesh9100 added the status: standby ✊ This issue is on hold label Feb 3, 2024
@AftabMankapure
Copy link
Contributor Author

Assign me under JWOC

1 similar comment
@AftabMankapure
Copy link
Contributor Author

Assign me under JWOC

@Rakesh9100
Copy link
Owner

Complete your assigned issues first @AftabMankapure

@AftabMankapure
Copy link
Contributor Author

Assign me under JWOC

@AftabMankapure
Copy link
Contributor Author

AftabMankapure commented Feb 13, 2024

Assign me under JWOC @Rakesh9100

@AftabMankapure
Copy link
Contributor Author

AftabMankapure commented Feb 16, 2024

Assign me under JWOC

@Rakesh9100
Copy link
Owner

Don't comment again and again, you will be assigned on completion of previously assigned issue @AftabMankapure

@Rakesh9100
Copy link
Owner

Proceed @AftabMankapure

@Rakesh9100 Rakesh9100 added JWOC JWOC 2k24 Open Source Program and removed status: standby ✊ This issue is on hold labels Feb 18, 2024
@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request Hard IWOC2k24 (50 Points) ✨, JWOC2k24 (5 Points) 🎉, SWOC2k24 Level-3 (40 Points) 💫 calculator addition 📱 Addition of new calculator labels Feb 19, 2024
@Rakesh9100 Rakesh9100 changed the title [Feature] Adding Circular Prime Calculator [Feature] Add Circular Prime Calculator Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request Hard IWOC2k24 (50 Points) ✨, JWOC2k24 (5 Points) 🎉, SWOC2k24 Level-3 (40 Points) 💫 JWOC JWOC 2k24 Open Source Program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants