mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-10 22:18:06 +08:00
fix 2 stars in comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user