Files
freeCodeCamp/curriculum/challenges/_meta/algorithms/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

49 lines
919 B
JSON

{
"name": "Algorithms",
"isUpcomingChange": false,
"dashedName": "algorithms",
"order": 0,
"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"
]
]}