Skip to content

Commit

Permalink
update refernce to Burkhardt triangle centrality
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jan 8, 2025
1 parent 9a2708e commit 0516e9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions experimental/algorithm/LAGraph_VertexCentrality_Triangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
// (this could be modified); results are undefined if this condition doesn't
// hold.

// P. Burkhardt, "Triangle centrality," https://arxiv.org/pdf/2105.00110.pdf,
// April 2021.
// Paul Burkhardt. 2024. Triangle Centrality. ACM Trans. Knowl. Discov. Data
// 18, 9, Article 217 (November 2024), 34 pages.
// https://doi.org/10.1145/3685677

// Method 3 is by far the fastest.

Expand Down

0 comments on commit 0516e9a

Please sign in to comment.