minimum-spanning-tree

Fastest Algorithm/Software for MST and Searching on Large Sparse Graphs

Fastest Algorithm/Software for MST and Searching on Large Sparse Graphs Question: I’ve developed a graph clustering model for assigning destinations to vehicle routes, but my implementation is very slow. It takes about two days to process a graph with 400k nodes. My current implementation in Python is as follows: Input data is a sparse graph: …

Total answers: 1