Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 778 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 778 Bytes

Path Algorithms

  • Path finding algorithms visualiser with Windows Forms.
  • Step by step traversal.

Algorithms

  • Breadth-First search

  • Depth-First search

  • A* search

Function flow

alt text

Sample Screenshot before Algorithm execution

bfsBefore

Sample Screenshot after Algorithm (A*) execution

bfsAfter

Legend

Color Meaning
Red Wall Cell
Orange Explored Cell
Green Shortest Path