Skip to content

mateus-n00b/graphs_ufba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Maximal-Clique in a dynamic Graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages