Can someone please tell me what the following algorithms are?
binsort, bubblesort, merge-sort, insertsort, quicksort and selectsort.
O(n) is a insert algorithm
O(log n) is a —algorithm
O (n log n) ?is a —algorithm
O(n2-Squared) is a —-algorithm
an example table like this would be perfect many thanks