ashvin232002 / Graphify

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)

Home Page:https://graphiy.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://graphiy.netlify.app/


Languages

Language:JavaScript 87.3%Language:HTML 7.7%Language:CSS 5.0%