Order of Complexity
Index
<<
>>
Know the order of complexity of primitives.
Avoid
O(n*2)
operations.