Files
freeCodeCamp/math-challenges/42-combinatorics/covering-circuits-and-graph-coloring.json
2017-08-30 17:35:35 -07:00

58 lines
932 B
JSON

{
"name": "Covering circuits and graph coloring",
"order": 2,
"challenges": [
{
"id": "59a5801209a6acac5983b612",
"title": "Euler cycles",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a954",
"title": "Hamilton circuits",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a955",
"title": "Graph coloring",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a956",
"title": "Coloring theorems",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}