String Handling(Q1): Find All Palindromic Substrings In a String | Count All Palindromic Substring

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ •

  • @vinayakpatil-q6k
    @vinayakpatil-q6k Рік тому

    can you please try with the input
    string str = "xghrytkakdheUxdHFgelhtthjklemnj";
    Expected Output: htth
    also can you please let me know if the requirement is to find all the palindromic substrings with lengths equal to 4 or 5?

  • @gowthamvegi608
    @gowthamvegi608 2 роки тому

    Can u send the code for brute force method ?

    • @InterviewWithBunny
      @InterviewWithBunny  2 роки тому

      It is there In the description. =>github.com/cracktechnicalinterview/Code/blob/master/TechnicalInterview-Codes/src/StringHandling/PalindromicSubstring.java

  • @NaveenBavuOfficial
    @NaveenBavuOfficial 2 роки тому

    your explanation is good but you can still do whole video in less time .Please consider this feedaback