C++ pthread program to solve a 2d maze
The objective of this assignment is to apply the concepts of threading by developing a simple C++ Posix threads program to discover the surroundings and the shortest path in a 2D maze This assignment requires you to write a multi-threaded C/C++ “Pathfinder” program to discover the surroundings of a jungle maze. Each [x, y] location in the maze represents a ‘grid area’ of […]