Vidyalelo
Data Structure · Q94

Searching Algorithms

Programming · Data Structure · question 94

Q94

Given delta[4] is a global array and number of elements in the sorted array is 10, what are the values in the delta array?

A.
4, 3, 1, 0
B.
5, 3, 1, 0
Answer
C.
4, 2, 1, 1
D.
5, 2, 1, 1

Answer: Option B

Solution

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