1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
runtime of counting sort
theta (n+k)
for counting sort, if k = O(n), what is the runtime now
theta(n)
what is the runtime of radix sort
theta(d(n+k))
radix sort is related to what sorting algorithm
counting sort
what is a helpful pivot in selection sort
pivot in the middle half of values in range [p:r]
runtime of bucket sort
theta(n) with exception of insertion sort step
cost of bucket sort
theta(n) + summation of O(b sub i raised to 2)
in dynamic programming, both top down and bottom up approaches are what runtime
theta(n squared)