Code-Crossroad icon indicating copy to clipboard operation
Code-Crossroad copied to clipboard

Graph Coloring Problem

Open Karnika06 opened this issue 3 years ago • 2 comments

Aim

To determine all the different ways in which graph can be colored using at most m colors.

Details

  • Graph represented by its adjacency matrix.
  • Colors are represented by the integers 1,2,...,m.

I wish to work on this problem in C++ language. Please assign this to me.

Karnika06 avatar Jun 17 '21 16:06 Karnika06

You can start working on this issue. All the best!

Vanshikagarg17 avatar Jun 18 '21 07:06 Vanshikagarg17

Thank you @Vanshikagarg17 !!

Karnika06 avatar Jun 18 '21 08:06 Karnika06