Technical

Graph Coloring

Introduction and Definition Hmmmm, do you love colors?! Seems interesting! Yes it is! Graph coloring is one of the most interesting topics in the graph theory, here’s a simplified problem definition for graph coloring: Graph coloring is to give each node a color such that no two adjacent nodes have the same color. It seems… Continue reading Graph Coloring