Check if Strings are Rotations of each other or not | Java

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 14

  • @aadya1944
    @aadya1944 2 года назад +4

    wow style of explaining is too good

  • @janaSdj
    @janaSdj Год назад

    really cool explanation

  • @Praveen-fu9yo
    @Praveen-fu9yo 11 месяцев назад

    Excellent Explanation. Thank You so much

  • @rukumpatel4169
    @rukumpatel4169 4 месяца назад

    Excellent 👌

  • @jayantghorpade
    @jayantghorpade 2 года назад

    Thanks sir got it string rotation concept 💖💖

  • @mdyousufh
    @mdyousufh 2 года назад

    Your presentation skill is very high. thanks for the valuable video

  • @DehtajShaik
    @DehtajShaik 3 месяца назад

    is not compulsory in first if statement for the length of the string?

  • @deepa8177
    @deepa8177 Год назад

    great explaination, explaining each line..% why, all possibilities

  • @Pdhle_be
    @Pdhle_be Год назад

    Sir what if we write else keyword instead of System. exit(0)? then also the program will not further execute

  • @abhijaychouhan5176
    @abhijaychouhan5176 10 месяцев назад

    In GFG , while using the method "IndexOf() " it is showing "Time Limit Exceeded" But when I replace "IndexOf()" with "lastIndexOf() " the online compiler accepted the solution. ... can u help me out of thiss??

    • @BTechComputerScience
      @BTechComputerScience  10 месяцев назад

      How many nested loops are u using? The error is self explanatory, it's taking too long to compile. If u could show me the program, I can help better!

  • @benmyths
    @benmyths 2 года назад +1

    good