mateus-n00b / graphs_ufba

Maximal-Clique in a dynamic Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%