Maze Generation and Solver (LINUX)
to compile and run use
g++ *.cpp -lsfml-graphics -lsfml-window -lsfml-system -o mgs | ./mgs #MAZE_WIDTH #MAZE HEIGHT #TO_CELL #FROM_CELL
prerequisite to compile: sfml library just install it by using
sudo apt-get install libsfml-dev