Skip to content

Conversation

@piyushkumar0707
Copy link
Contributor

Adds “Check Prime Number” program with:
Basic O(n) approach (divisor counting)
Optimized O(√n) approach (skip even divisors)
Includes explanation, code, outputs, and notes on complexity and edge cases
Wired into meta.json and contents.mdx
Related: open-for-all “Java Basic Programs” (#201)

@vercel
Copy link

vercel bot commented Oct 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
javaistic Ready Ready Preview Comment Oct 18, 2025 8:00pm

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@piyushkumar0707 piyushkumar0707 changed the title feat(programs): add prime number check (basic and sqrt optimization) feat(programs): add prime number check (basic and sqrt optimization) [GSSoC 2025] Oct 18, 2025
@arghyaxcodes arghyaxcodes changed the title feat(programs): add prime number check (basic and sqrt optimization) [GSSoC 2025] Add prime number check (basic and sqrt optimization) [GSSoC 2025] Oct 18, 2025
@github-project-automation github-project-automation bot moved this to Todo in Contents Oct 18, 2025
@arghyaxcodes arghyaxcodes moved this from Todo to In Progress in Contents Oct 18, 2025
@arghyaxcodes arghyaxcodes merged commit 5ff65af into javaistic:main Oct 18, 2025
4 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Contents Oct 18, 2025
@arghyaxcodes
Copy link
Member

Thanks, @piyushkumar0707 for the contribution!

@arghyaxcodes arghyaxcodes linked an issue Oct 18, 2025 that may be closed by this pull request
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Java Basic Programs

2 participants