Computer Sciences > Gate 2024 Set-1 > Digital Logic
Consider a permutation sampled uniformly at random from the set of all permutations of {1, 2, 3, β― , π} for some π β₯ 4. Let π be the event that 1 occurs before 2 in the permutation, and π the event that 3 occurs before 4. Which one of the following statements is TRUE?
Explanation
Correct : a
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.