What is the runtime order of the 'addToFront ()* method for a list that uses an array-basec
What is the runtime order of the 'addToFront()* method for a list that uses an array-basec
implementation?
a) O(1)
b) 0(n)
c) O(log(n))|
d) 0(n*2)