Java-Jet
Java-Jet copied to clipboard
String Palindrome
You need to write a simple Java program to check if a given String is palindrome or not. A Palindrome is a String which is equal to the reverse of itself, e.g., "Bob" is a palindrome because of the reverse of "Bob" is also "Bob." Solve using either recursive or iterative method.
I have done the proper solution. Can you please assign me this issue. Please add Contributing Instructions.
@AbhinandanSingh Sure
I've added the code this is my pull request c5ad1df
I'd also like to contribute by solving in iterative method.
I've created the pull request by name iterative method #129
I have solved this issue with a recursive method...please review it 125582f