Home / GATE 2017-2018 / GATE CSE :: Discussion

Discussion :: GATE CSE

  1. Which one of the following is the tightest upper bound that represents the number of swaps required to sort n numbers using selection sort?
  2. A.
    O(log n)
    B.
    O(n)
    C.
    O(n log n)
    D.
    O(n2)

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    -NA-


Be The First To Comment