MCQOPTIONS
Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Testing Subject
General Aptitude
Logical and Verbal Reasoning
English Skills Ability
Technical Programming
Current Affairs
General Knowledge
Finance & Accounting
GATE (Mechanical Engineering)
Chemical Engineering
→
Insertion Sort Multiple Choice
→
(MCQs) 1
→
Which of the following is not an exchange sort?
1.
Which of the following is not an exchange sort?
A.
Bubble Sort
B.
Quick Sort
C.
Partition-exchange Sort
D.
Insertion Sort
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following is not an exchange sort?
In insertion sort, the average number of comparisons required to place the 7th element into its correct position is ____
Statement 1: In insertion sort, after m passes through the array, the first m elements are in sorted order.Statement 2: And these elements are the m smallest elements in the array.
Consider an array of length 5, arr[5] = {9,7,4,2,1}. What are the steps of insertions done while running insertion sort on the array?
Which of the following is good for sorting arrays having less than 100 elements?
Insertion sort is an example of an incremental algorithm.
The worst case time complexity of insertion sort is O(n2). What will be the worst case time complexity of insertion sort if the correct position for inserting element is calculated using binary search?
Which of the following sorting algorithm is best suited if the elements are already sorted?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies