0
5.7kviews
Explain following sorting techniques in brief: a) Bubble sort b) Insertion sort d) Selection sort e) Quick sort f) Merge sort.
1 Answer
2
129views

Sorting

  • Sorting is the process of arranging the elements of an array either in ascending or descending order.
  • To do this various shorting techniques or sorting algorithms are used.
  • Here, we see Bubble Sort, Insertion Sort, Selection Sort, Quick Sort, and Merge Sort in detail.

a] Bubble Sort

  • Bubble sort …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.