Linked ListsWeek 4 : Part II
View Slide
UnderstandMatchPseudocode / PlanImplementReviewEvaluate
Review
ReviewRun through your solution with test cases - catch edge cases - fix potential bugs
Evaluate
EvaluateAnalyze the time / space complexity of your finalsolutionIf applicable, discuss any ‘shortcuts’ or tradeoffs thatyou made
In class exerciseUnderstandMatchPseudocode / PlanImplementReviewEvaluate
Example walkthrough
In class exercise- Each problem will have some code already written- Goal of the group is to get the code running and test casespassing