Topic: Divide And Conquer Problem / Level: intermediate

Problem: Implement a divide and conquer approach to determine if a string can be segmented into a space-separated sequence of dictionary words.

Run the code to see the output here...