Computer Sciences > Gate 2024 Set-1 > Quants
Consider the following sample of numbers:
9, 18, 11, 14, 15, 17, 10, 69, 11, 13
The median of the sample is
9, 18, 11, 14, 15, 17, 10, 69, 11, 13
The median of the sample is
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.