Topic: Divide And Conquer Problem / Level: intermediate

Problem: Write a divide and conquer algorithm to determine if two strings are anagrams of each other.

Run the code to see the output here...