dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"blockLabel": "lecture",
|
|
"blockLayout": "challenge-list",
|
|
"isUpcomingChange": false,
|
|
"dashedName": "introduction-to-linked-lists",
|
|
"helpCategory": "Backend Development",
|
|
"challengeOrder": [
|
|
{
|
|
"id": "698dd5a27932b3cc4b19c930",
|
|
"title": "What is a Linked List?"
|
|
},
|
|
{
|
|
"id": "698dd6627932b3cc4b19c931",
|
|
"title": "Adding Nodes to a Linked List"
|
|
},
|
|
{
|
|
"id": "698dd7f67932b3cc4b19c932",
|
|
"title": "Implementing Search"
|
|
},
|
|
{
|
|
"id": "698dd8b47932b3cc4b19c933",
|
|
"title": "Inserting a Node"
|
|
},
|
|
{
|
|
"id": "698dd9817932b3cc4b19c934",
|
|
"title": "Removing a Node"
|
|
}
|
|
]
|
|
}
|