M
Q. Which of the following is the biggest advantage of selection sort?
Explanation by: Mr. Dubey
selection sort works by obtaining least value element in each iteration and then swapping it with the current index. so it will take n swaps under any condition which will be useful when memory write operation is expensive.
You must be Logged in to update hint/solution
Related MCQs
Q. Manhattan distance is an alternative way to define a distance between two points.
Q. Writing parallel programs is referred to as?
Q. The efficient searching algorithm for algorithm for a sorted array is _________.
Q. Which of the following is not a type of communication barriers?
Q. TCP/IP model was developed _____ the OSI model.
Q. Which of the following is not a component of a data warehouse?
Q. ________ is one of the function that is used to specify a single plane surface
Q. ………………… is a full form of SQL.
Question analytics

Discusssion
Login to discuss.