Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Linked Lists Week 4 : Part II
Slide 2
Slide 2 text
Understand Match Pseudocode / Plan Implement Review Evaluate
Slide 3
Slide 3 text
Understand Match Pseudocode / Plan Implement Review Evaluate
Slide 4
Slide 4 text
Review
Slide 5
Slide 5 text
Review Run through your solution with test cases - catch edge cases - fix potential bugs
Slide 6
Slide 6 text
Evaluate
Slide 7
Slide 7 text
Evaluate Analyze the time / space complexity of your final solution If applicable, discuss any ‘shortcuts’ or tradeoffs that you made
Slide 8
Slide 8 text
In class exercise Understand Match Pseudocode / Plan Implement Review Evaluate
Slide 9
Slide 9 text
Example walkthrough
Slide 10
Slide 10 text
In class exercise - Each problem will have some code already written - Goal of the group is to get the code running and test cases passing