mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 11:03:17 -04:00
22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "algorithms-in-code",
|
|
"helpCategory": "Backend Development",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "698dca057932b3cc4b19c926",
|
|
"title": "Linear Search in Code"
|
|
},
|
|
{
|
|
"id": "698dcc2c7932b3cc4b19c927",
|
|
"title": "Binary Search in Code"
|
|
},
|
|
{
|
|
"id": "698dce727932b3cc4b19c928",
|
|
"title": "Recursive Binary Search"
|
|
}
|
|
]
|
|
}
|