JuliaGraphs / JuliaGraphs/Graphs.jl
Edge Betweenness Centrality
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Julia
- Stars
- 538
- Forks
- 128
- Avg merge
- 10h 25m
- Merged PRs (30d)
- 2
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked edge_betweenness_centrality.jl implementation and compare its undirected, unweighted scope with the current Graphs.jl conventions. Clarify the target API and supported graph types before proceeding; done means an agreed implementation is integrated into Graphs.jl with coverage for its stated scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100