Computer Science, asked by CitrusTalk9853, 1 year ago

Which sort is also known as comparison sort in data structure?

Answers

Answered by KartikSharma13
0
Heapsort sort is also known as comparison sort in data structure
Answered by Anonymous
41

Explanation:

A comparison sort examines the data only by comparing two elements with a comparison operator. General method: insertion,

Exchange, selection, merging, etc. Exchange sorts include bubble sort and quicksort. Selection sorts include shaker sort and heapsort.

Similar questions