Skip to content

eduardoheleno/graph_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra's algorithm visualizer

This program allows the user to create their own graph and pass two params (origin vertex and destination vertex) for the algorithm to search for the shortest path between them.

Building and running

To build this software you'll need the graphics library raylib installed in your computer. Then, inside of the project folder run:

$ make

and then:

$ ./spv [ORIG_VERT] [DEST_VERT]

Keybinds

Action Keybind
Create vertex Right click
Link vertexes Left click
Reset R
Quit ESC

Demos

screenshot1 screenshot2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published