Saved Bookmarks
| 1. |
Explain What Is Bubble Sort Algorithm? |
|
Answer» Bubble sort algorithm is ALSO referred as sinking sort. In this type of sorting, the list to be sorted out compares the pair of adjacent ITEMS. If they are organized in the WRONG order, it will swap the values and arrange them in the correct order. Bubble sort algorithm is also referred as sinking sort. In this type of sorting, the list to be sorted out compares the pair of adjacent items. If they are organized in the wrong order, it will swap the values and arrange them in the correct order. |
|