This application is not currently functional.
Exploring a maze requires a lot of computation. In addition, it's impossible to use a heuristic function in order to speed the up execution.
Using Java & FastMPJ java library, this application tries to take advantage of many cores to accelerate the pathfinding algorithm.
- Install FastMPJ in your system
cd bin/
fmpjrun -np <numberofprocesses> -class es.udc.parallelmerge.ParallelSorter <numberofelements>
Do whatever you want with this code.
Feel free to send any pull-request :)