freeCodeCamp/curriculum/structure/blocks/lab-n-queens-problem.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
353 B
JSON

{
"name": "Implement the N-Queens Algorithm",
"isUpcomingChange": true,
"dashedName": "lab-n-queens-problem",
"helpCategory": "Python",
"blockLayout": "link",
"challengeOrder": [
{
"id": "68dbc6b7e8f794a2ae69bc74",
"title": "Implement the N-Queens Algorithm"
}
],
"blockLabel": "lab",
"usesMultifileEditor": true
}