Question: I would like some help with the answer in C not C++. Thanks IK Part a) (20 points) Write a function mazeGenerator that takes as
I would like some help with the answer in C not C++. Thanks

IK Part a) (20 points) Write a function mazeGenerator that takes as an argument a double-subscripted 12- by-12 character array and randomly produces a maze. The function should also provide the starting and ending locations of the maze. (See the picture above.) Note: This maze might not have a solution. 141 Part b) (10 points) (generate a solvable maze) to guarantee that the generated maze has a solution, use it in the program you developed in Q5. If the maze is solved, it means the generated maze has a solution. Otherwise, repeat maze generating until finding a maze with a solution. (This method is not an efficient wat to generate a solvable maze.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
