Is there a sorting algorithm that is named \"binary sort\"? Like merge sort, selection sort, or the other kinds of sorting, does a binary sort exist?
We do not have a binary sort algorithm, but we do have binary search on a sorted array.