Skip to content

Conversation

@piyushkumar0707
Copy link
Contributor

3 approaches: Mathematical digit reversal, string comparison, and interactive version

Clear explanations: Step-by-step code with outputs

Performance notes: O(1) vs O(log n) space complexity

Edge cases: Negative numbers handling

Examples: 121 (palindrome) vs 1234 (not palindrome)

@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 23, 2025 4:15pm

@piyushkumar0707 piyushkumar0707 changed the title feat(programs): add palindrome number check (math and string methods) feat(programs): add palindrome number check (math and string methods) [GSSoC 2025] Oct 18, 2025
Copy link
Member

@arghyaxcodes arghyaxcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing the frontmatter section in content/programs/java-program-to-check-palindrome-number.mdx is necessary, before merging the chnages.

@github-project-automation github-project-automation bot moved this to Todo in Contents Oct 20, 2025
@arghyaxcodes arghyaxcodes moved this from Todo to In Progress in Contents Oct 20, 2025
@arghyaxcodes arghyaxcodes changed the title feat(programs): add palindrome number check (math and string methods) [GSSoC 2025] Add palindrome number check (math and string methods) [GSSoC 2025] Oct 20, 2025
@piyushkumar0707
Copy link
Contributor Author

Fixing the frontmatter section in content/programs/java-program-to-check-palindrome-number.mdx is necessary, before merging the chnages.

@uiuxarghya i cant understand what you want to say as code is properly formatted. So please elaborate

@arghyaxcodes
Copy link
Member

Fixing the frontmatter section in content/programs/java-program-to-check-palindrome-number.mdx is necessary, before merging the chnages.

@uiuxarghya i cant understand what you want to say as code is properly formatted. So please elaborate

The error isn’t about code formatting — it’s about the frontmatter metadata at the top of the MDX file.
Vercel’s build log shows this line:

[MDX] invalid frontmatter: title: Invalid input: expected string, received undefined

That means the title field in the frontmatter of
content/programs/java-program-to-check-palindrome-number.mdx
is either missing or not defined properly (for example, written as title: with no value).

Please make sure the file starts with a valid YAML block like this:

---
title: "Java Program to Check Palindrome Number"
description: "Learn how to check whether a number is a palindrome in Java with examples and explanation."
---

Once you add a proper title and commit the change, the build should pass. ✅

Also, if you find the project helpful, consider giving the repo a ⭐ on GitHub — it really helps! 🚀

@piyushkumar0707
Copy link
Contributor Author

@uiuxarghya changes has been done as you requested

@arghyaxcodes
Copy link
Member

@uiuxarghya changes has been done as you requested

Thanks, consider giving the repo a ⭐ on GitHub.

@arghyaxcodes arghyaxcodes merged commit f9cab5d 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
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