Skip to content

Add solution for Challenge 17 by hvijaycse#1452

Merged
RezaSi merged 3 commits intoRezaSi:mainfrom
hvijaycse:challenge-17-hvijaycse
Mar 16, 2026
Merged

Add solution for Challenge 17 by hvijaycse#1452
RezaSi merged 3 commits intoRezaSi:mainfrom
hvijaycse:challenge-17-hvijaycse

Conversation

@hvijaycse
Copy link
Contributor

Challenge 17 Solution

Submitted by: @hvijaycse
Challenge: Challenge 17

Description

This PR contains my solution for Challenge 17.

Changes

  • Added solution file to challenge-17/submissions/hvijaycse/solution-template.go

Testing

  • Solution passes all test cases
  • Code follows Go best practices

Thank you for reviewing my submission! 🚀

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 26a0c8a and 5c58adc.

📒 Files selected for processing (1)
  • challenge-17/submissions/hvijaycse/solution-template.go
🚧 Files skipped from review as they are similar to previous changes (1)
  • challenge-17/submissions/hvijaycse/solution-template.go

Walkthrough

Adds a new Go program that provides an exported IsPalindrome(s string) bool function and a main routine. IsPalindrome performs a two-pointer, case-insensitive check that skips non-alphanumeric characters to determine if the input string is a palindrome.

Changes

Cohort / File(s) Summary
Palindrome Solution
challenge-17/submissions/hvijaycse/solution-template.go
Adds IsPalindrome(s string) bool implementing a two-pointer alphanumeric, case-insensitive palindrome check and an interactive main for stdin/stdout testing.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 I nibble letters, hop through each char,
Two paws at the ends, I judge near and far.
Lowercase kindness, skip dots and space,
When both sides greet, I clap my small face —
A palindrome found, what a joyful race! 🥕

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 50.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: adding a solution for Challenge 17 by a specific user.
Description check ✅ Passed The description is directly related to the changeset, detailing the solution submission for Challenge 17 and the specific file added.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1


ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a7ac764 and 26a0c8a.

📒 Files selected for processing (1)
  • challenge-17/submissions/hvijaycse/solution-template.go

@RezaSi RezaSi merged commit fc4009d into RezaSi:main Mar 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants