Recent Developments in Minimum Cost Spanning Trees
1. Dynamic MST Maintenance
Recent research has focused on efficiently maintaining an MST when the underlying graph changes, without recomputing it from scratch.
Instead, these algorithms update only the affected portions of the MST when edges or weights change.
This is especially useful for dynamic networks such as real-time routing or evolving communication infrastructures, where graphs continuously change over time.
