Skip to content

naveenkala/Path-Finder-BFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BFS can be used to find shortest path on an undirected graph between two nodes. Knight is the start node and princess is the end node. Add dragons into the board to block knight's path, using BFS knight will find shortest possible path to the princess. There are evil dragons on the board hurry up...

About

Path finding algorithm on a grid using BFS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published