Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Word Search" problem by finding all words in a grid that exist in a given dictionary.

Run the code to see the output here...