closed by
679 views
0 votes
0 votes
closed as a duplicate of: GATE CSE 2016 Set 2 | Question: 15

N items are stored in a sorted doubly linked list. For a delete operation, a pointer is provided to the record to be deleted. For a decrease-key operation, a pointer is provided to the record on which the operation is to be performed. An algorithm performs the following operations on the list in this order: Θ(N) delete, O(log N) insert, O(log N) find, and Θ(N) decrease-key What is the time complexity of all these operations put together (a) O(Log2N) (b) O(N) (c) O(N2) (d) Θ(N2 Log N)

closed by