graph-sparsifier

Crates.iograph-sparsifier
lib.rsgraph-sparsifier
version0.1.1
created_at2025-03-15 03:58:25.073477+00
updated_at2025-03-18 15:50:25.367289+00
descriptionA graph sparsifier based on an approximated PageRank algorithm.
homepage
repositoryhttps://github.com/TimeExceed/graph-sparsifier
max_upload_size
id1593187
size78,783
Taoda (TimeExceed)

documentation

README

A Graph Sparsifier

This is a graph sparsifier, which splits an undirected graph into high cohesion, low coupling components. It is based on an approximated PageRank algorithm introduced in

Detecting sharp drops in PageRank and a simplified local partitioning algorithm by Reid Andersen and Fan Chung

Commit count: 6

cargo fmt