Vidyalelo
Data Structure · Q108

Arrays in Data Structures

Programming · Data Structure · question 108

Q108

How many inversions are there in the array arr = 1,5,4,2,3?

A.
0
B.
3
C.
4
D.
5
Answer

Answer: Option D

Solution

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