Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.36 KB

Graphify

Link ----------- https://graphiy.netlify.app/

#First of all we have source node and another One is a destination
#we have different algorithm we can try all the algorithm to find the path/Shortest Path #choose you Algorithm algo_functionality
Screenshot (15)

#choose apropriate maze functionality maze_functionality Screenshot (16)

functionality

Screenshot (17)

#dijkstra's algorithm dijkstra's_algorithm Screenshot (18)

#BFS algorithm BFS_image Screenshot (19)

#greedy BFS greedy_bfs Screenshot (20)

A* algorithm

Screenshot (47)

#DFS
Screenshot (46)