What is the best possible running time of the code to sort a list of n numbers given the maximum number (k) of the list.
Reveal answer
Fill a bubble to check yourself
What is the best possible running time of the code to sort a list of n numbers given the maximum number (k) of the list.