You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What: This Project's goal is to visualize the node-traversing of graph searching methods such as Depth and Breadth first on a step-by-step controlled basis. The program also allows for control over graphs and displays info about the generated graphs
Why: It exists to try to explain a not-so-easy to understand topic in a easier way to understand. It also allows for experimentation and exploring at your own pace to fully understand the concept in an interactive way.
How: The program uses vis.js to visualize the nodes and utilizes algorithms like Breadth and Depth first search to navigate and discover underlying features of the graph.
Features
Real-time Graph Traversal visualization.
Visualization Highlights Nodes in controlled steps
Options for Custom and generated Graphs of certain types
Control over Speed of Traversal
Statistics which hold data about the graphs are displayed
Ability to change graph navigation methods - (Breadth and Depth Supported / Djikstr and A* Soon)