Examveda

What is the time taken to copy elements to and from two arrays created for deletion?

A. O(N)

B. O(N log N)

C. O(log N)

D. O(N2)

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms