Question

The amortized cost of appending an element at the end of a dynamic array is:

A O(n)
B O(log n)
C O(1)
D O(n log n)
E O(√n)
Practice Next

Hey! Ask a query