Skip to content

An application visualizing major graph algorithms.

Notifications You must be signed in to change notification settings

nodirkh/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze-solver

A simple maze solving application written on Java and C++. The app implements popular graph algorithms: DFS, BFS and AStar. To launch, clone the repository:

git clone https://github.com/nodirkh/maze-solver.git

In the repository folder, run:

make

This will automatically compile cpp files using G++. After creating the binaries, run:

java -Xss4m -jar MazeGame.jar

This will launch the java application and you will see a screen like this:

alt text

About

An application visualizing major graph algorithms.

Resources

Stars

Watchers

Forks