Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Brande's Algorithm #45

Open
InterLinked1 opened this issue Sep 18, 2020 · 3 comments
Open

Implement Brande's Algorithm #45

InterLinked1 opened this issue Sep 18, 2020 · 3 comments

Comments

@InterLinked1
Copy link

Brande's algorithm is the optimal algorithm for computing betweenness centrality on unweighted graphs.

Psuedocode on page 10 here: https://web.archive.org/web/20171013152036/http://algo.uni-konstanz.de/publications/b-fabc-01.pdf

Currently, this seems to be the only centrality algorithm missing from graphp's abilities.

@clue
Copy link
Member

clue commented Sep 18, 2020

This feature makes perfect sense 👍

There are currently no immediate plans to build this from my end (no demand at the moment and more important outstanding issues currently), but I would be really happy to accept PRs 👍

(If you need this for a commercial project and if you want to help sponsor this feature, feel free to reach out and send me an email)

@ghost
Copy link

ghost commented Jul 17, 2023

I would like to work on this issue.

@SimonFrings
Copy link
Contributor

Hey @inkedtree, we're always happy about contributions, so feel free to file a pull request to implement this feature 👍

When creating a pull request, please make sure to also add additional tests to assure that your suggested changes work as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants