Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ZombieChibiXD_Palindrome.go #426

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ZombieChibiXD
Copy link
Contributor

Insert String to check if the input is palindrome or not


Go(lang)

@wzhouwzhou
Copy link
Owner

@rpxs Thoughts on this? Technically the isPalindrome is a one liner but it depends on a helper Reverse function which is almost but not quite one line.

@wzhouwzhou wzhouwzhou added the Lang: Go Contributions made in Go label Oct 3, 2021
@rpxs
Copy link
Collaborator

rpxs commented Oct 3, 2021

Yeah I'm gonna have to side with wzhouwzhou on this one; since the Reverse function is used it takes up a few more lines than one.

Copy link
Collaborator

@rpxs rpxs left a comment

Choose a reason for hiding this comment

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

There is a way to do this in one line, you just have to figure it out 😛.

@rpxs
Copy link
Collaborator

rpxs commented Oct 4, 2021

This pull request will be closed in 14 days, if no action is taken.

@rpxs rpxs added the stale This pull request is stale label Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lang: Go Contributions made in Go stale This pull request is stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants