Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 489 Bytes

Graphs_ufba

Codes from Graphs final homework

Finds a Maximum Spanning Tree (MST) in a dynamic Graph.

  • Authors:

      * Mateus Sousa (UFBA)
    
      * Iury Maia (UFBA)
    

Description

These scripts are our final homework from discipline of Graphs and Algorithms.

We have used a pruning heuristic to remove edges and vertices from a dynamic graph.

We aim to reduce the complexity of the algorithm and create a Stable Distribution Tree by using

the Link Lifetime as edges weight.