Computer Science, asked by julimoli2017, 20 days ago

what is sorting in C language? Explain Bubble sorting. (6×1)​

Answers

Answered by RankStarz
10

\huge \mathtt\color{lightgreen}ANSWER:-

  • Bubble Sort is a simple algorithm which is used to sort a given set of n elements provided in form of an array with n number of elements. ... Sorting takes place by stepping through all the elements one-by-one and comparing it with the adjacent element and swapping them if required.
Answered by amangarnayak04
2

Answer:Bubble Sort is a simple algorithm which is used to sort a given set of n elements provided in form of an array with n number of elements. ... Sorting takes place by stepping through all the elements one-by-one and comparing it with the adjacent element and swapping them if required.

Explanation:

Similar questions