It is important to distinguish between case and rating.
Best, medium, and worst are common cases of interest in analyzing algorithms.
Upper (O, o) and lower (Omega, omega) together with Theta are common boundaries of functions.
When we say: “Algorithm X with worst case time complexity is O (n)”, we say that the function that represents the performance of Algorithm X when we restrict the input data for the worst case inputs is asymptotically bounded from above by some linear function. You could talk about the bottom line of entering the worst case; or the upper or lower bound of the average or best case behavior.
!= . , " " " " - ... . , .
, :
, Omega (lg n) . , , , , , , (lg n), . , : (1) ; (2) , .
, :
, , . O (n).
: . , . , , Omega, O, .