MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not a type of Linked List?
A
Hybrid linkedlist
B
Singly linked list
C
Doubly linked list
D
circular linked list
Explanation: 

Detailed explanation-1: -Answer: D) Explanation: Binary search is not feasible to implement in a linked list since we cannot access an element at a random location directly from a linked list.

There is 1 question to complete.