KarimElghamry / GraphAV

A Graph Algorithms Visualizer built using React, Typescript and Styled Components.

Home Page:https://karimelghamry.github.io/GraphAV/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphAV

NOTE: touch screen is still not supported yet. Use a PC/Laptop for a better experience.

Show some ❤️ and ⭐ the repo to support the project

Features

[✔] Light/Dark themes

[✔] Add, move and delete nodes

[✔] Directed/Undirected edges

[✔] Unweighted edges

[✔] Control visualization speed

[✔] Control canvas zoom percentage

[✔] Shortest paths and predecessor node information

[✔] Visited nodes/edges animations

[⛏] Weighted edges (to be implemented)

[⛏] Touch screen support (to be implemented)

[⛏] Save/share graphs (to be implemented)

Available Algorithms

[✔] DFS - Depth First Search

[✔] DLS - Depth Limited Search

[✔] IDDFS - Iterative Deepening Depth First Search

[✔] BFS - Breadth First Search (with shortest paths calculations)

[✔] Dijkstra (with shortest paths calculations)

[⛏] Bellman-Ford (to be implemented)

[⛏] Floyd-Warshall (to be implemented)

[⛏] A* (to be implemented)

[⛏] Kosaraju (to be implemented)

[⛏] Tarjan's Strongly Connected Components* (to be implemented)

🎉 If you have any further suggested algorithms, feel free to open an issue! 😎

Demos

DFS IDDFS
Dijkstra BFS

Authors

About

A Graph Algorithms Visualizer built using React, Typescript and Styled Components.

https://karimelghamry.github.io/GraphAV/

License:MIT License


Languages

Language:TypeScript 98.9%Language:HTML 0.9%Language:CSS 0.2%