freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
313 stars 105 forks source link

chore: add lab for quick sort in frontend cert(JS only) #465

Closed jdwilkin4 closed 2 months ago

jdwilkin4 commented 2 months ago

There will be lectures videos to talk about algorithms, big O and introduce them to quick sort. But we need a lab for them to do it themselves.

In the coding interview prep section, we already have this quick sort interactive challenge https://www.freecodecamp.org/learn/coding-interview-prep/algorithms/implement-quick-sort

Convert that challenge, into the lab format with more user stories and tests

Acceptance criteria