380a6a352c
Write a function that colors the nodes of a graph such that no two neighbors share a color.
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"target": "es5",
|
|
"lib": ["es6", "dom"]
|
|
}
|
|
}
|