given a file named maze1txt whose contents is1 0


Given a file named maze1.txt whose contents is

1 0 2 2 1 2 3 0
3 2 2 1 2 0 2 2
3 0 1 1 3 1 0 0
2 0 3 0 0 1 2 0
3 2 2 0 1 2 3 2
1 0 0 1 1 0 0 0

your program when run as a.out

The maze has 12 gates.
The maze has 8 sets of walls that are all connected.
The maze has 2 inaccessible inner points.
The maze has 4 accessible areas.
The maze has 3 sets of accessible cul-de-sacs that are all connected.

The maze has a unique entry-exit path with no intersection not to cul-de-sacs and when run as a.out print

Request for Solution File

Ask an Expert for Answer!!
Application Programming: given a file named maze1txt whose contents is1 0
Reference No:- TGS0209255

Expected delivery within 24 Hours