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
362 stars 618 forks source link

Longest Palindromic Substring #455

Open Atul-Kashyap opened 3 years ago

Atul-Kashyap commented 3 years ago

Problem Given a string s, return the longest palindromic sub-string in s.

Example 1: Input: s = "babad" Output: "bab"

Example 2: Input: s = "cbbd" Output: "bb"

Hey, I am Atul Kashyap, a GSSOC'21 participant. I want to contribute the code for the implementation of the Longest Palindrome Substring in the C++ language. Please assign this task to me. @anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad @plazzy99 @rudrakshi99

Muskan0 commented 3 years ago

Please assign me the same task in Python.

japneetkaurbhatia commented 3 years ago

Hey. I'm GSSOC'21 participant and I want to work on this problem in JAVA . Please assign this to me.

Deepaliiii commented 3 years ago

hey .. I'm gssoc'21 participant and i want to work on this problem in CPP. please assign to me

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.

khusheekapoor commented 3 years ago

Hello! I am a GSSoC'21 Participant. I would like to work on this issue. Would be highly obliged if you could assign it to me. I will be using Java. Thanks!

Muskan0 commented 3 years ago

@tarun26091999 Please review my PR.