Skip to content

API that implements the greedy graph coloring algorithm

Notifications You must be signed in to change notification settings

alki22/Graph-Coloring-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Graph-Coloring-Api

API that implements the greedy graph coloring algorith. Takes DIMACS formatted graphs as input and gives a proper colouring for it. The API also takes advantage of the greedy algorithm's order property for approaching the minimum needed number of colors for a proper colouring, so it provides many ordering functions such as Welsh-Powell order, natural order and several kinds of color blocks orders.

About

API that implements the greedy graph coloring algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published