Multiple choice technology web technology

D-list can have Duplicate items..?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

D-list (doubly-linked list) can contain duplicate items. Unlike data structures like sets or binary search trees that enforce uniqueness, linked lists allow duplicate elements. There is no restriction preventing duplicate values from being inserted into a D-list.