Primitive Operations
lThese are operations which we don't further decompose in our analysis.
lThey are considered the fundamental building blocks of the algorithm, e.g.
+   *   -   /   if( )
lTypically, the time they take is assumed to be constant.
lCaution: This assumption is not always valid, and may need to be revisited.