DSA/algorithms
Gaurav Saha 0b6bfd864a
code for longest palindromic substring
Example 1:

Input: s = "babad"
Output: "bab"
Explanation: "aba" is also a valid answer.

Example 2:

Input: s = "cbbd"
Output: "bb"
2022-10-03 00:05:17 +05:30
..
C chore(C): add bogo sort algorithm (#829) 2022-09-06 18:31:56 +05:00
CPlusPlus code for longest palindromic substring 2022-10-03 00:05:17 +05:30
CSharp chore(CSharp): add quick sort (#798) 2022-08-12 08:39:22 -04:00
Go enh(Go): import the string package on anagram (#838) 2022-09-11 20:44:32 -04:00
Haskell docs: replace ordered lists to unordered lists (#551) 2021-10-09 11:06:25 -04:00
Java chore(Java) : add roman numerals conversion (#849) 2022-10-01 02:41:58 +05:30
JavaScript chore(JavaScript): add max heap (#842) 2022-09-24 21:47:06 -04:00
Python chore(Python): add find all permutations (#831) 2022-09-06 23:45:28 +05:30
Rust docs: replace ordered lists to unordered lists (#551) 2021-10-09 11:06:25 -04:00