Skip to content

Commit

Permalink
Update complete_bipartite.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hiperwalk committed May 1, 2024
1 parent 7b07012 commit 40de726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiperwalk/graph/complete_bipartite.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def laplacian_matrix(self):

def CompleteBipartite(num_vert1, num_vert2, multiedges=None, weights=None):
r"""
Constructs a complete bipartite graph.
Construct a complete bipartite graph.
A complete bipartite graph is a graph whose vertices can be divided
into two disjoint and independent sets such that every vertex of
Expand Down

0 comments on commit 40de726

Please sign in to comment.