freeCodeCamp / CurriculumExpansion

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

chore: add Nth fibonacci number dynamic programming lab to frontend cert(JS only) #474

Closed jdwilkin4 closed 1 month ago

jdwilkin4 commented 2 months ago

There will be lectures videos to talk about dynamic programming. But we need a lab for them to do it themselves.

A good problem would be to have a lab finding the Nth fibonacci number https://www.geeksforgeeks.org/program-for-nth-fibonacci-number/

Acceptance criteria