Relative Content

Tag Archive for algorithmsearchgraphgraph-theory

Traverse a graph with multiple stops from a starting point?

I have an undirected weighted graph I need to traverse from X node to a list of nodes. The list is unordered by default, meaning that the order of which nodes are traversed is not important. What’s important is to have the most efficient/shortest path possible.