A JAVA program that finds its way through any maze (represented by a double dimenional array) using Tremaux's backtracking algorithm.
This version uses a shared memory parallel programming model using java threads where each thread searches through the maze using the Serial Tremaux Algorithm. When two threads meet, they combine ...