tvl-depot/scratch/deepmind/part_two/tsconfig.json
William Carroll 380a6a352c Solve InterviewCake's graph-coloring problem
Write a function that colors the nodes of a graph such that no two neighbors
share a color.
2020-03-19 12:31:24 +00:00

7 lines
110 B
JSON

{
"compilerOptions": {
"downlevelIteration": true,
"target": "es5",
"lib": ["es6", "dom"]
}
}