Arrays are random access, which means that access to any element has the same cost.
If the O(n) cost of array creation is amortized over the n elements, the creation cost per element is O(1).
Contents    Page-10    Prev    Next    Page+10    Index