Files
freeCodeCamp/curriculum/challenges/_meta/algorithms/meta.json
Oliver Eyton-Williams 1fde5897fc fix(curriculum): remove helpRoom and fileName (#42268)
* fix(curriculum): remove helpRoom and fileName

Neither are used any more.

* fix: remove fileName form cert meta.jsons
2021-06-04 00:15:01 +05:30

49 lines
919 B
JSON

{
"name": "Algorithms",
"isUpcomingChange": false,
"dashedName": "algorithms",
"order": 1,
"time": "",
"template": "",
"required": [],
"superBlock": "coding-interview-prep",
"superOrder": 11,
"challengeOrder": [
[
"a3f503de51cf954ede28891d",
"Find the Symmetric Difference"
],
[
"a56138aff60341a09ed6c480",
"Inventory Update"
],
[
"a7bf700cd123b9a54eef01d5",
"No Repeats Please"
],
[
"a3f503de51cfab748ff001aa",
"Pairwise"
],
[
"8d5123c8c441eddfaeb5bdef",
"Implement Bubble Sort"
],
[
"587d8259367417b2b2512c85",
"Implement Selection Sort"
],
[
"587d8259367417b2b2512c86",
"Implement Insertion Sort"
],
[
"587d825a367417b2b2512c89",
"Implement Quick Sort"
],
[
"587d825c367417b2b2512c8f",
"Implement Merge Sort"
]
]}