freeCodeCamp/curriculum/math-challenges/42-combinatorics/trees-and-searching.json

58 lines
969 B
JSON

{
"name": "Trees and searching",
"order": 3,
"challenges": [
{
"id": "59a5801209a6acac5983b613",
"title": "Properties of trees",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a958",
"title": "Search trees and spanning trees",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a959",
"title": "Traveling salesperson problem",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a960",
"title": "Tree analysis of sorting algorithms",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}