JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
457 stars 89 forks source link

Edge Betweenness Centrality #78

Open J-C-Q opened 2 years ago

J-C-Q commented 2 years ago

At the moment, there is no function to calculate the edge betweenness centrality of a graph.

I have an implementation for undirected/unweighted graphs, at least.

Should I do a PR for this?

https://github.com/J-C-Q/Introduction-to-Network-Science/blob/0b83582a49e8833314fe8453b19643549d127d89/edge_betweenness_centrality.jl

gdalle commented 2 years ago

Sure, feel free to start a PR with a few tests so that we can help improve it! Thank you for your contribution :)