pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Added Welsh powell algorithm in C #469

Closed sanskritip closed 3 years ago

sanskritip commented 3 years ago

Description

Welsh Powell is used to implement graph labeling/coloring; it is an assignment of labels traditionally called "colors" to elements of a graph subject to certain constraints. The above-described algorithm is implemented in C.

Reference Issue number #467

Type of change

Checklist: