Persistent Systems Interview Question

Write a Java program to find the occurrence of the largest palindromic substring.(L1)

Interview Answer

Anonymous

Oct 12, 2018

Solved using collection framework. Asked to optimise and analyze using different test cases. The analysis went on for around an hour or more. He also asked to find this largest sequence using bubble sort.