Topic: Divide And Conquer Problem / Level: advanced

Problem: Write a divide and conquer algorithm to solve the "Longest Substring with At Most K Distinct Characters" problem.

Run the code to see the output here...