Arrays

  • Address of index i = base address + index * size of each element

  • When working with a group of people in a circular arrangement(or any similar situation), think of how a queue might be used here.

Last updated