Question: Write a function USING MATLAB that helps solve word search puzzles. Your function should search a 2-dimensional array of characters to find a specified word.
Example: Suppose you are given the following puzzle
Command window should look like this
>> [row,column,direction] = wordsearch(puzzle,algorithm)
row = 1
column = 4
direction =
across (left to right)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
