Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
361 stars 621 forks source link

Check String for palindrome (Two pointer approach) #450

Open manastole03 opened 3 years ago

manastole03 commented 3 years ago

Hey, I am Manas Tole a GSSOC'21 Participant. I am having experience in java Coding as well as I am doing Competitive coding in the java programming language. I want to write a Java Program to check that string is Palindrome or not.

Please assign this task to me :) Thank-you. @anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad

japneetkaurbhatia commented 3 years ago

Hey. I'm GSSOC'21 participant and want to work on this problem using C++ . Please assign this to me.

tarun26091999 commented 3 years ago

@manastole03 @japneetbhatia do it using two pointer approach.

manastole03 commented 3 years ago

Sure. Thank-you for assigning :)
@tarun26091999

ayush78781 commented 3 years ago

Hello Maintainers of the Project, Ayush Saxena this side, a GSSoC'21 participant, I have experience in c, c++ and python. Please assign me this issue, as I would like to work over it.

tarun26091999 commented 3 years ago

@ayush78781 do in python.

GarimaKhare15 commented 3 years ago

I'm GSSoC'21 participant and I want to contribute to this issue. I want to provide my solution in Java language. Please assign this issue to me @tarun26091999 .

khushboojoshi3 commented 3 years ago

Hey, I'm a GSSOC'21 participant. I would like to work on this issue in C++, please assign it to me.

Deepaliiii commented 3 years ago

Hey, I'm a GSSOC'21 participant. I would like to work on this issue in C++, please assign it to me.

ayush78781 commented 3 years ago

Hey @tarun26091999 please review my code as I made Pull request 3 days back for issue #1036 and merge it to the codebase if you find it effective.