Question 6355 – Algorithms
November 26, 2023Question 6923 – Algorithms
November 26, 2023Question 6864 – Algorithms
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:
Correct Answer: B
Question 345 Explanation:
O (k (n + d))
O(d (n + k))
O((n + k) lg d)
O((n + d) lg k)
Subscribe
Login
0 Comments