MUSoC / Visualization-of-popular-algorithms-in-Python

Visualization of popular algorithms using NetworkX Graph libray
204 stars 125 forks source link

Getting an error on 54th line #38

Closed pavithrahareddy closed 4 years ago

pavithrahareddy commented 4 years ago

File "main.py", line 54
color_map = ['blue'] * len(G.nodes())
^
TabError: inconsistent use of tabs and spaces in indentation