algorithms - TechRepublic
General discussion
June 12, 2002 at 05:51 AM
jimmy

algorithms

by jimmy . Updated 24 years ago

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

This discussion is locked

All Comments