Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Word Search II" problem by finding all instances of a word in a 2D grid of characters.

Run the code to see the output here...