Topic: Divide And Conquer Problem / Level: beginner

Problem: Use binary search to check if a string is a substring of another string.

Run the code to see the output here...