Files
freeCodeCamp/curriculum/structure/blocks/lecture-searching-and-sorting-algorithms.json
2025-10-23 23:20:15 +05:30

19 lines
516 B
JSON

{
"name": "Searching and Sorting Algorithms",
"isUpcomingChange": true,
"dashedName": "lecture-searching-and-sorting-algorithms",
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"challengeOrder": [
{
"id": "68420c70e4bfe26d52b780dc",
"title": "What Is Binary Search and How Does It Differ From Linear Search?"
},
{
"id": "68910fc037a90c285107af04",
"title": "What Is Divide and Conquer, and How Does Merge Sort Work?"
}
],
"helpCategory": "Python"
}