Priority queue.

Airplane Boarding Example.

  1. First class goes first and after that by rows
  2. People that have kids in Coach class.
  3. Coach class goes next by rows from back to front.

Read about Priority queue implementation in the book page 134. Do not focus on the array implementation.