WeBeginners-Community / DocBook

Documentations of Html to every open source technologies. It's a low-code repository
30 stars 54 forks source link

Graph Coloring Algorithm using Backtracking #219

Closed viveksondhiya closed 1 year ago

viveksondhiya commented 1 year ago

Description

Graph Coloring Algorithm using Backtracking Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. We have been given a graph and we are asked to color all vertices with the ‘M’ number of given colors, in such a way that no two adjacent vertices should have the same color. Fixes: #(issue no.)

212

Type of change

Checklist:

ATTACH SCREEN-SHOTS / DEPLOYMENT LINK

image