which is the following sorting method would be most suitable for sorting a list which is almost sorted ?
Attachments:
Answers
Answered by
2
Bubble Sort is the correct answer.
Bubble sort would be most suitable for sorting a list which is almost sorted. Bubble sort is a type of sorting. It is used for sorting 'n' (number of items) elements. It compares all the elements one by one and sorts them based on their values.
Hope this'll help you.
Answered by
1
Answer:
Bubble sort.
Hope it's useful. Mark as the brainliest answer
Similar questions