About graphs
*"About graphs"* is a simple web tool to construct graphs and visualize some info about it. The idea was for a initial concept of my final project that I gave up later.
It was made with Godot engine. It can't scale very well further than 25~ vertices... Dijkstra is applied for every pair each time a change is made.
You can try it clicking here.
(If nothing appears after loading, try reloading the page.)
-
Centrality is defined for each vertex as the inverse of the average minimum distance to each other vertex.
-
Wiener index is defined as the sum of all shortest paths of a connected graph.
-
Eccentricity is defined for each vertex as the largest minimum distance to a connected vertex.
Github Page