5. In a binomial heap of size n, the worst case time complexity of n consec ive insert operations is
問題詳情
5. In a binomial heap of size n, the worst case time complexity of n consec ive insert operations is (A)O(n) (B)O(n log*n) (C)O(n logn) (D)O(n2) (E)O(n2 log n)