An open API service indexing awesome lists of open source software.

https://github.com/fralotito/span_trusses

Code of the paper "Efficient Algorithms to Mine Maximal Span-Trusses From Temporal Graphs".
https://github.com/fralotito/span_trusses

community-detection k-truss temporal-graphs

Last synced: 8 months ago
JSON representation

Code of the paper "Efficient Algorithms to Mine Maximal Span-Trusses From Temporal Graphs".

Awesome Lists containing this project

README

          

# Efficient Algorithms to Mine Maximal Span-Trusses From Temporal Graphs

Code of the paper ["Efficient Algorithms to Mine Maximal Span-Trusses From Temporal Graphs"](https://arxiv.org/pdf/2009.01928.pdf).

## Compiling
`g++ file.cpp -std=c++11 -O3 -o file`

## Datasets
More datasets available upon request.

## References
* [Truss Decomposition in Massive Networks](https://github.com/cntswj/truss-decomposition)
* [Mining (maximal) Span-cores from Temporal Networks ](https://github.com/egalimberti/span_cores)