Abstract: The graph coloring problem involves coloring the nodes of a graph using the minimum number of colors such that no two adjacent nodes share the same color. This NP-hard problem has various ...
Project title: Grover’s algorithm for solving the graph coloring problem Project description: This project applies Grover’s quantum search algorithm to the graph coloring problem using the Four Color ...
The graph colouring problem, a classic NP-hard challenge, is central to many practical applications such as scheduling, resource allocation and network management. Recent advances have seen the ...
The problem of compiling general quantum algorithms for implementation on near-term quantum processors has been introduced to the AI community. Previous work demonstrated that temporal planning is an ...
This project implements six graph coloring algorithms — ranging from simple greedy heuristics to a customized, improved Genetic Algorithm (GA). The goal is to show how heuristic design strongly ...
Abstract This lecture is designed for Week 9 of the MH1301 Discrete Mathematics curriculum, transitioning from graph traversals to structural properties. We will define the chromatic number and ...