Skip to content

graphify is a basically a web app which allow you to understand or visulize the Graph algorithms like BFS (Breath First Search ) , DFS (Depth First Search ) , A* (A-star Algorithm) , Greedy Search Algorithm , Shortest Path Algorithm (Dijkstra's Algorithm)

Notifications You must be signed in to change notification settings

ashvin232002/Graphify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

graphify is a basically a web app which allow you to understand or visulize the Graph algorithms like BFS (Breath First Search ) , DFS (Depth First Search ) , A* (A-star Algorithm) , Greedy Search Algorithm , Shortest Path Algorithm (Dijkstra's Algorithm)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages