Skip to content

Ghanasree/Greedy-and-Backtracking-Algorithm-Comparison-in-Graph-Coloring-Problem

Repository files navigation

Greedy-and-Backtracking-Algorithm-Comparison-in-Graph-Coloring-Problem

In this project, we do an analytic design algorithm to solve graph coloring using greedy algorithm and backtracking algorithm and find the ‘m’ (minimum) colors if possible. The graph coloring problem is a practical method of representing many real-world problems including time scheduling, frequency assignment, register allocation, and circuit board testing. The most important fact that makes graph coloring exciting is that finding the minimum number of colors for an arbitrary graph is NP-hard. This project implements Greedy algorithms and Backtracking algorithms to find a solution for the graph coloring problem..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published