Problem:

Write a function to find the longest substring that can be rearranged into a palindrome by deleting at most k characters.

Solution:

Coming Soon....

Browse Topics