Skip to content

Modify Palindromic Number in M4#4937

Merged
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
rzuckerm:m4-modify-palindromic-number
Aug 31, 2025
Merged

Modify Palindromic Number in M4#4937
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
rzuckerm:m4-modify-palindromic-number

Conversation

@rzuckerm
Copy link
Copy Markdown
Collaborator

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Modifying an Existing Code Snippet or Existing Tests

  • I fixed Modify Palindromic Number in M4 #4934
  • I did not include any extra folders/libraries
  • I have read about modifying existing code snippets or tests in the contributing documentation
  • I have explained why this modification is necessary either in the issue linked above or in the notes below
  • I named the pull request using Modify {PROJECT} {tests} in {LANGUAGE} format

Other Notes

I am the author of this sample, and I found a more efficient way of detecting if a string is a palindrome that doesn't involve reversing a string.

@rzuckerm rzuckerm added enhancement Any code that improves the repo palindromic number See: https://sampleprograms.io/projects/palindromic-number/ labels Aug 29, 2025
@rzuckerm rzuckerm marked this pull request as ready for review August 29, 2025 22:48
@rzuckerm rzuckerm enabled auto-merge (squash) August 29, 2025 22:48
@rzuckerm rzuckerm merged commit 9796f98 into TheRenegadeCoder:main Aug 31, 2025
4 checks passed
@rzuckerm rzuckerm deleted the m4-modify-palindromic-number branch August 31, 2025 13:53
pascalecu pushed a commit to pascalecu/sample-programs that referenced this pull request Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Any code that improves the repo palindromic number See: https://sampleprograms.io/projects/palindromic-number/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify Palindromic Number in M4

2 participants