Vidyalelo
Data Structure · Q373

Sorting Algorithms

Programming · Data Structure · question 373

Q373

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

A.
O(N)
Answer
B.
O(N log N)
C.
O(log N)
D.
O(N2)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board