Common sorting algorithms
Algorithm measurement
Asymptotic analysis is used to measure the efficienty and accuracy of algrithms.It refers to computing the running time of any operation in mathmatical units of computation.
Algrithm types:
Best case: Minimum time required for execution
Average case: Average time required for execution
Wrost case: Maxinum time required