SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which algorithm would you use to find a specific card in a shuffled deck?
|
Binary
|
|
Merge
|
|
Linear
|
|
52 Card Pickup
|
Explanation:
Detailed explanation-1: -In a random shuffle, you want to take the elements of a list and reorder them randomly. In a “fair” random shuffle, all possible permutations must be equally likely.
There is 1 question to complete.