Freshworks interview question

Java string, replace ab with bba recursively E.g: "aaba" then replace "abbaa" again ab is present so replace it like "bbabaa"

Interview Answer

Anonymous

27 Dec 2018

Use character array