what is sorting in C language? Explain Bubble sorting. (6×1)
Answers
Answered by
10
- 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
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