Skip to content

echulibbasingularity/Shortest-Path-on-2D-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shortest-Path-on-2D-Grid

Shortest path of a knight on a given position to a destination on an empty chess board using xy- plane and BFS. Knight move's in a four block L-shape (maximum 8 possible moves). 2D Grid is constricted by an NxM square matrix.

Releases

No releases published

Packages

No packages published

Languages