Examveda

Which of the following statements are not correct with respect to Singly Linked List(SLL) and Doubly Linked List(DLL)?

A. Complexity of Insertion and Deletion at known position is O(n) in SLL and O(1) in DLL

B. SLL uses lesser memory per node than DLL

C. DLL has more searching power than SLL

D. Number of node fields in SLL is more than DLL

Answer: Option D


This Question Belongs to Data Structure >> Introduction To Data Structures

Join The Discussion

Related Questions on Introduction to Data Structures