Skip to content

Commit

Permalink
[centrality] minor fixes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Aug 12, 2024
1 parent 86968d3 commit 3d54672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/metrics/pgr_betweennessCentrality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This implementation work for both directed and undirected graphs.

- Running time: :math:`\Theta(VE)` time
- Running space: :math:`\Theta(VE)` space.
- Throws when there are no edges in the graph.

Signatures
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 3d54672

Please sign in to comment.