Files
freeCodeCamp/curriculum/structure/blocks/merge-sort-algorithm.json
2026-03-17 15:43:14 +00:00

30 lines
691 B
JSON

{
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "merge-sort-algorithm",
"helpCategory": "Backend Development",
"challengeOrder": [
{
"id": "698dda7a7932b3cc4b19c935",
"title": "Merge Sort"
},
{
"id": "698ddca77932b3cc4b19c936",
"title": "Splitting Into Sublists"
},
{
"id": "698ddfc37932b3cc4b19c937",
"title": "Recursively Merging Sublists"
},
{
"id": "698de0ca7932b3cc4b19c938",
"title": "Ensuring the Correctness of Merge Sort"
},
{
"id": "698de2547932b3cc4b19c939",
"title": "Evaluating the Runtime of Merge Sort"
}
]
}