πŸ“Š Data Structure and Algorithms (DSA)
Q. Consider an implementation of unsorted doubly linked list. Suppose it has its representation with a head pointer and tail pointer. Given the representation, which of the following operation can be implemented in O(1) time?

i) Insertion at the front of the linked list
ii) Insertion at the end of the linked list
iii) Deletion of the front node of the linked list
iv) Deletion of the end node of the linked list
  • (A) i and ii
  • (B) i and iii
  • (C) i,ii and iii
  • (D) i,ii,iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (D) i,ii,iii and iv

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
60
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate