|
|
|
|
|
by blevin
1269 days ago
|
|
Your example adds more constraints than the original problem, by pre-assigning colors to regions and then asking how to solve for the black region. In the original problem statement, you could solve by re-assigning your green region to be orange, your red region to be blue, your black region to green, and the white regions to red. Also note that regions that meet at a single point (as in your example) are not considered to be adjacent. |
|