Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SE102 - Linked List, Week 4b

Caren
June 03, 2019
410

SE102 - Linked List, Week 4b

Caren

June 03, 2019
Tweet

Transcript

  1. Linked Lists
    Week 4 : Part II

    View Slide

  2. Understand
    Match
    Pseudocode / Plan
    Implement
    Review
    Evaluate

    View Slide

  3. Understand
    Match
    Pseudocode / Plan
    Implement
    Review
    Evaluate

    View Slide

  4. Review

    View Slide

  5. Review
    Run through your solution with test cases

    - catch edge cases

    - fix potential bugs

    View Slide

  6. Evaluate

    View Slide

  7. Evaluate
    Analyze the time / space complexity of your final
    solution
    If applicable, discuss any ‘shortcuts’ or tradeoffs that
    you made

    View Slide

  8. In class exercise
    Understand
    Match
    Pseudocode / Plan
    Implement
    Review
    Evaluate

    View Slide

  9. Example walkthrough

    View Slide

  10. 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

    View Slide