Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 432 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 432 Bytes

Low Stretch Spanning Tree

Implementation of weighted and unweighted low stretch spanning trees, written as one part of my final year dissertation based on pseudocode provided in this paper by Elkin et al.

Given a NetworkX graph, G, one can generate the resulting low stretch spanning tree i.e. a spanning tree where the distance between any two nodes in G is not increased too much in T.