Skip to content

This project explores graph coloring using both backtracking and genetic algorithms. The goal is to color graph vertices so that no two adjacent vertices share the same color. The implementation includes a backtracking approach and a genetic algorithm, along with visualizations to compare their performance.

Notifications You must be signed in to change notification settings

MarEzzat/GraphColoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

This project explores graph coloring using both backtracking and genetic algorithms. The goal is to color graph vertices so that no two adjacent vertices share the same color. The implementation includes a backtracking approach and a genetic algorithm, along with visualizations to compare their performance.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages