Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 1.12 KB

README.md

File metadata and controls

7 lines (6 loc) · 1.12 KB

Ai-PathFinding-Visualizer.

BFS and DFS search algorithm for pathfinding. live website referance image

Visualization is an efficient way of learning any concept faster than conventional methods. Modern technology allows the creation of e-Learning tools that also helps in improving computer science education very much. Algorithm Visualizations contribute to improving computer science education. The method of teaching and learning algorithms is commonly complex to understand the problem. The goal of this project is to create a web-based ‘PathFinding Visualizer’, which can be used to visualize shortest path algorithms. The conceptual application of the project is illustrated by implementation of algorithms like BFS (Breadth First Search) ,Bidirectional Breadth First and A*. Path Finding algorithms are built on top of Graph search algorithms and explore routes between nodes, starting at one node and traversing through relationships until the destination has been reached