Computer Science, asked by SamirChaudhary9194, 9 months ago

How many passes are required to sort a file of size n by bubble sort method?

Answers

Answered by coachshamsunder
0

Answer:

to analyze the bubbles sort we should note that regardless of how the items are arranged in the initial list , - 1 passes will be made to sort a list of size n.

Similar questions