Relative Content

Tag Archive for pythonscipytreenetworkxdepth-first-search

Predecessors from scipy depth_first_order

I use scipy version 1.14.1 to traverse the minimum spanning tree in depth-first order, but I do not understand some results, namely the predecessors returned by scipy are not correct.