Vidyalelo
Data Structure · Q383

Sorting Algorithms

Programming · Data Structure · question 383

Q383

Bogosort works by . . . . . . . .

A.
generating random permutations of its input
Answer
B.
partitioning the array
C.
dividing the value of input elements
D.
generating permutations according to the value of first element of array

Answer: Option A

Solution

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