Skip to content

Commit cf7dc21

Browse files
committed
updated following reviews
1 parent bebbcac commit cf7dc21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graphs/random_graph_generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
* Author: Manuel Di Lullo (https://github.com/manueldilullo)
3-
* Python Version: 3.9
43
* Description: Random graphs generator.
54
Uses graphs represented with an adjacency list.
65
@@ -48,7 +47,7 @@ def random_graph(
4847

4948
def complete_graph(vertices_number: int) -> dict:
5049
"""
51-
function that generate a complete graph with vertices_number vertices
50+
function that generates a complete graph with vertices_number vertices
5251
@input: vertices_number (number of vertices),
5352
directed (False if the graph is undirected, True otherwise)
5453
@example:

0 commit comments

Comments
 (0)