freeCodeCamp / CurriculumExpansion

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

chore: add lab for linked list in frontend cert(JS only) #466

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 these interactive challenges https://www.freecodecamp.org/learn/coding-interview-prep/data-structures/create-a-linked-list-class https://www.freecodecamp.org/learn/coding-interview-prep/data-structures/search-within-a-linked-list

Convert those challenges, into the lab format. The user stories should have them doing the following

Acceptance criteria