[Help] Palindromic Tree deletion
Разница между en1 и en2, 19 символ(ов) изменены
Problem source: [click](https://www.codechef.com/problems/BINPALIN)↵

The problem states that you'll be given some queries of 2 types. You will either be asked to add a binary digit at the end of the existing string or you'll be asked to delete the last digit. After each operation, you're required to print the longest palindromic substring of that string. ↵

I am aware 
that there existsof a solution involving hashing ([Editorial](https://discuss.codechef.com/t/binpalin-editorial/47263)). But I'm wondering how the regular palindromic tree can be modified to handle this. 

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Aritra741 2021-03-10 10:22:14 19 Tiny change: ' am aware that there exists a solutio' -> ' am aware of a solutio'
en1 Английский Aritra741 2021-03-09 11:06:48 608 Initial revision (published)