info@avatto.com
+91-9920808017
0. If there are n integers to sort, each integer has d digits, and each digit is in the set {1, 2, ..., k}, radix sort can sort the numbers in:
O (k (n + d))
O (d (n + k))
O ((n + k) lg d)
O ((n + d) lg k)
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.