Find a given word in a character grid by exploring possible directions and backtracking when the path does not form the desired word.
Explain code with DocComment! Try out your own code!