fix 2 stars in comment

This commit is contained in:
Krishna Vedala
2020-06-29 19:07:52 -04:00
parent 5a030a4f76
commit 11ac67cc44

View File

@@ -39,7 +39,7 @@ bool isSafe(int v, const bool graph[V][V], const int *color, int c) {
return true;
}
/* A recursive utility function to solve m coloring problem
/** A recursive utility function to solve m coloring problem
* @tparam V number of vertices in the graph
* @param graph description
* @param m description