Hackerrank: Palindrome Index Problem

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Explaining the solution to the Palindrome Index problem on Hackerrank.
    Link to the problem:
    www.hackerrank...
    This video was made using RASMA.
    Check out its website: rasma.app/

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

  • @sul9343
    @sul9343 25 дней назад

    It worked for the test cases, but to make it bulletproof: after you have the index, check if removing the index makes it a palindrome.

  • @user-ou4pg4ye5v
    @user-ou4pg4ye5v 11 месяцев назад +1

    Clean and nice explanation. Thanks @DevPal