freeCodeCamp / CurriculumExpansion

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

chore: add lab for stacks in frontend cert(JS only) #471

Closed jdwilkin4 closed 2 months ago

jdwilkin4 commented 2 months ago

There will be lectures videos to talk about different common data structures, and big O. But we need a lab for them to do it themselves.

In the coding interview prep section, we already have this interactive challenge https://www.freecodecamp.org/learn/coding-interview-prep/data-structures/create-a-stack-class

Convert that challenge, into the lab format. The user stories should have them doing the following

Acceptance criteria