The complexity time for a bubble sort of n size
Is n(n-1)/2
What order is the complexity time for a bubble sort
Quadratic order
The constant k that unifies the actual execution time and the size of the list to be sorted can be
Changed based on they type of order the complexity time is. I.E. a quadratic order means that k will be squared
What is the time complexity of a linear search at best?
O(1).
O(1) describes which type of algorithm complexity?
O(1).