Graph Coloring in Pythonic Art
1 min readDec 30, 2019
Greedy BFS Graph coloring Algorithm in Python
Part IV and finale of the Holidays 2019 coding series… Happy 2020 Y’all
This implementation illustrates Graph Coloring (An NP-Complete Problem) of US map using Greedy BFS.
