You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of Sequential and Parallel Graph Coloring Algorithms using greedy approach and NetworkX library. Compares two different strategies: traditional sequential coloring and optimized parallel coloring with largest-first heuristic.