ex4 is a cpp program which is used to calculate shortest pathes in a matrixes using a_star, best first search, BFS or DFS. Because a_star is the best out of them - for the final calculation we are using a star.
##Compiling
Compile using g++ with any version of cpp below c++14.
Run this program and run a client with port 5600 to use it.