Releases: gmclan-org/dijkstra-graph
Releases · gmclan-org/dijkstra-graph
v1.1.1 Better search, no ds_xxx, sd_graph_vertex_xy
1.1.0-beta
Test release with batch searching, limiting number of passes trough points, per step.
new search(_graph, _start, _end, _max_passes = infinity);
allows to set max nodes that are visited in one pass, however it will always visits all connected nodes, so assuming that each node is connected with two others, it computes n*2
nodes in one step.
Check search
function for short examples.
Graph + example
It's initial release with all basic features added to editor.