Topic: Backtracking Problem / Level: beginner

Problem: Solve the Word Search problem where you must find all instances of a word in a 2D grid of characters. Ensure no duplicates.

Run the code to see the output here...