previous | index | next

Implementation Requirements

  1. Mutability: being able to change state through push! and pop!.

  2. Efficiency: making changes with minimal use of resources.

We choose a vector implementation, since vectors are mutable and efficiently accessed.


previous | index | next