This project explores and compares different graph coloring algorithms. Specifically, it examines the performance and effectiveness of the DSatur heuristic algorithm and a backtracking algorithm. The ...
This project, authored by AZIOUANE KHEDIDJA, implements a backtracking algorithm to perform graph coloring. Graph coloring is a classic problem in graph theory where the goal is to assign colors to ...
Abstract: Graph isomorphism is a core problem in graph analysis of various application domains. Given two graphs, the graph isomorphism problem is to determine whether there exists an isomorphism ...