freeCodeCamp/curriculum/structure/blocks/lab-bisection-method.json
Oliver Eyton-Williams 27a54624c3
refactor: blockType -> blockLabel (#62548)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2025-10-23 23:20:15 +05:30

16 lines
349 B
JSON

{
"name": "Implement the Bisection Method",
"isUpcomingChange": true,
"dashedName": "lab-bisection-method",
"blockLayout": "link",
"blockLabel": "lab",
"helpCategory": "Python",
"challengeOrder": [
{
"id": "686ccc2c8b967e17ab18d593",
"title": "Implement the Bisection Method"
}
],
"usesMultifileEditor": true
}