feat: add Java program to check Armstrong number [GSSoC 2025] by piyushkumar0707 · Pull Request #759 · javaistic/javaistic · GitHub
Skip to content

feat: add Java program to check Armstrong number [GSSoC 2025]#759

Merged
arghyaxcodes merged 4 commits into
javaistic:mainfrom
piyushkumar0707:feat/programs-armstrong-number
Oct 23, 2025
Merged

feat: add Java program to check Armstrong number [GSSoC 2025]#759
arghyaxcodes merged 4 commits into
javaistic:mainfrom
piyushkumar0707:feat/programs-armstrong-number

Conversation

@piyushkumar0707

Copy link
Copy Markdown
Contributor
  • Comprehensive tutorial with 4 different approaches
  • Basic approach using Math.pow()
  • Optimized integer-only approach
  • Range finder for all 3-digit Armstrong numbers
  • Interactive program for any number of digits
  • Includes complete code examples and explanations

- Comprehensive tutorial with 4 different approaches
- Basic approach using Math.pow()
- Optimized integer-only approach
- Range finder for all 3-digit Armstrong numbers
- Interactive program for any number of digits
- Includes complete code examples and explanations
@vercel

vercel Bot commented Oct 18, 2025

Copy link
Copy Markdown
Contributor

@arghyaxcodes arghyaxcodes added 📖 docs Improvements or additions to documentation GSSoC GSSoC'25 level2 labels Oct 23, 2025
@github-project-automation github-project-automation Bot moved this to Todo in Contents Oct 23, 2025
@arghyaxcodes arghyaxcodes moved this from Todo to In Progress in Contents Oct 23, 2025
@arghyaxcodes arghyaxcodes merged commit 14f39c1 into javaistic:main Oct 23, 2025
4 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Contents Oct 23, 2025
@arghyaxcodes arghyaxcodes added programs and removed 📖 docs Improvements or additions to documentation labels Oct 23, 2025
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.

2 participants