MyExperience

  • We ask for a lot of feedback in this course
  • This is the most important feedback you will provide

MyExperience

  • COMP1511/COMP1911 requires a lot of resources to deliver
  • If you want more courses like this one, please complete the form
  • Completely anonymous, can not be identified
  • Run by UNSW, not School or Faculty

MyExperience Completion Tiers

>70%

Bonus Jake + Henry + tutors Q&A chill/livestream/games

> 80%

??? (we've never hit it)

Complete now

Linked Lists recap

Animated explainer: https://www.youtube.com/watch?v=CTW_UOz9d6Q

LL Code Review

Today

  • Revision
  • Exam-style QNs
  • Demos
  • Kahoot

Spotify Recap

Freeing Memory: delete_spotify

The Strategy: Deconstruct from the Bottom-Up

Inner loop for songs

Outer loop for playlists

Implementation: Nested Loops

The "bottom-up" strategy translates directly into nested loops. An outer loop iterates through the playlists, and an inner loop iterates through the songs of each playlist.

Exam-style linked list questions