Skip to content

Commit 93b6635

Browse files
Rename graphColoringAlgo/welshPowellAlgo.py to graphColoringAlgo/welshPowellAlgo/welshPowellAlgo.py
1 parent 1e93be1 commit 93b6635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: graphColoringAlgo/welshPowellAlgo.py renamed to graphColoringAlgo/welshPowellAlgo/welshPowellAlgo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def greedyColoringAlgo(network, colors):
4242
colors_nodes = [data['color'] for v, data in G.nodes(data=True)]
4343
plt.figure(1,figsize=(9,9))
4444
nx.draw(G, node_color=colors_nodes, with_labels=True)
45-
plt.show
45+
plt.show

0 commit comments

Comments
 (0)