Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
GizakiF committed Apr 2, 2024
1 parent f57042f commit 1b9791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mygraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def floyd_warshall(graph):

# Find shortest distances between all pairs
distance_matrix = floyd_warshall(graph)
print("After the Operation")
print("\nAfter the Operation")
# Print the distance matrix
for row in distance_matrix:
print(row)
Expand Down

0 comments on commit 1b9791f

Please sign in to comment.