chore: import upstream snapshot with attribution
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

This commit is contained in:
wehub-resource-sync
2026-07-13 11:55:53 +08:00
commit dde272c4b8
19405 changed files with 2730632 additions and 0 deletions
@@ -0,0 +1,49 @@
{
"blockLabel": "lecture",
"blockLayout": "challenge-list",
"isUpcomingChange": false,
"dashedName": "sorting-algorithms",
"helpCategory": "Backend Development",
"challengeOrder": [
{
"id": "698de9ea7932b3cc4b19c93f",
"title": "Sorting and Searching"
},
{
"id": "698de9f07932b3cc4b19c940",
"title": "Bogosort"
},
{
"id": "698de9f47932b3cc4b19c941",
"title": "Selection Sort"
},
{
"id": "698de9fa7932b3cc4b19c942",
"title": "Getting the Run Time of a Program"
},
{
"id": "698de9ff7932b3cc4b19c943",
"title": "Recursion"
},
{
"id": "698dea057932b3cc4b19c944",
"title": "Quicksort"
},
{
"id": "698dea0c7932b3cc4b19c945",
"title": "Implementing Quicksort"
},
{
"id": "698dea107932b3cc4b19c946",
"title": "Merge Sort Revisited"
},
{
"id": "698dea167932b3cc4b19c947",
"title": "Actual Run Time for Sorting Algorithms"
},
{
"id": "698dea1c7932b3cc4b19c948",
"title": "Big-O Run Times of Sorting Algorithms"
}
]
}