True / False For Understanding Sorting Class 11 Computer Science (CS)



1. Bubble sort is the fastest sorting algorithm.

2. Insertion sort is the fastest sorting algorithm.

3. In ith pass of Bubble sort, sorting in ascending order, the ith largest element is placed at it last position.

4. In ith pass of Insertion sort, previous (i - 1) elements are already sorted.


Answer :-

1. False
2. False
3. True
4. True

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post