freeCodeCamp / CurriculumExpansion

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

chore: add lab for hash tables in frontend cert(JS only) #472

Closed jdwilkin4 closed 4 months ago

jdwilkin4 commented 4 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-hash-table

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

Acceptance criteria