Topic: Divide And Conquer Problem / Level: advanced

Problem: Implement a divide and conquer solution for the "Longest Substring with At Most K Distinct Characters" problem.

Run the code to see the output here...