Exemplo n.º 1
0
 List <int> GetColorNeighbors(int v, int c)
 {
     return(ListUtility.Intersection(π[c], G.Neighbors[v]));
 }