Skip to content

anhvung/Densest-Subgraph-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Densest-Subgraph-Algorithm

Finding the optimum densest subgraph can be computed in polynomial time. However, large graphs require faster running time complexity. This is an implementation of an algorithm that computes an approximation of the densest subgraph in linear time of the input.

A 2-approximation greedy algorithm was implemented in Python and C++

Network datasets: https://snap.stanford.edu/data/egonets-Facebook.html

Results here

About

2-approxiamtion algorithm in linear time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published