-
Notifications
You must be signed in to change notification settings - Fork 2
tsourolampis/triangle-densest-subgraph-problem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description ----------- Peeling algorithm for the triangle densest subgraph problem. The algorithm appears in http://people.seas.harvard.edu/~babis/kcliqueDSP.pdf and was used to produce the results in the WWW’15 paper Instructions ------------ Compile: g++ TrianglePeel.cpp -o TrianglePeel -std=gnu++0x -O3 Demo: ./TrianglePeel.exe < airport.txt > airport.log Author: Charalampos E. Tsourakakis, — Provided for academic use only. For non-academic/commercial use contact Charalampos E. Tsourakakis [email protected]
About
Code from WWW'15 paper
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published