npaul19/hacktoberfest

[Task 4] Solve String Palindrome problem

Closed this issue · 5 comments

Check whether the given input string is a palindrome or not
String Palindrome

Hi @npaul19, I can do this. Could you please assign this one to me?

I can solve this problem optimally can you assign this issue to me?

Both of you can solve this.
@s-aLman name your method as isPalindrome1()
@Abhishek-Vaidya name your method as isPalindrome2()
Add a comment for your time complexity even if it is same.
I'll merge both the codes.

@npaul19 Thanks for assigning. Just pushed my changes and created a PR. Please take a look 🙂.

Fixed