Prachi K.

asked • 09/13/20

Find the time complexity of the given code:

For i=1 to n-1

For j=0 to n-i-1

If a[j] > a[j+1] then

Set temp=a[j]

Set a[j]=a[j+1]

Set a[j+1]= temp

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.