Skip to content

Commit

Permalink
[centrality] fixed pgr_betweennessCentrality.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Aug 12, 2024
1 parent 3e1e8a0 commit 86968d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/metrics/pgr_betweennessCentrality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ betweenness centrality score of all vertices.

This implementation work for both directed and undirected graphs.

- Running time: :math:`\Theta(VE)` time and uses :math:`\Theta(VE)` space.
- Running time: :math:`\Theta(VE)` time
- Running space: :math:`\Theta(VE)` space.

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

0 comments on commit 86968d3

Please sign in to comment.