CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question

Linked lists can be -

A
Single
No worries! We‘ve got your back. Try BYJU‘S free classes today!
B
Double
No worries! We‘ve got your back. Try BYJU‘S free classes today!
C
Circular
No worries! We‘ve got your back. Try BYJU‘S free classes today!
D
All of these
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
Open in App
Solution

The correct option is C All of these

Linked lists can be:-

Linked lists:-

A linked list is a linear collection of data elements, whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

1) Single:-

Single linked list, each node in the list stores the contents and a pointer or reference to the next node in the list. It does not store any pointer or reference to the previous node. The last node in a single linked list points to nothing.

2) Double:-

A double linked list is a linked data structure that consists of a set of sequentially linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the sequence of nodes.

3) Circular:-

Circular Linked List is a variation of Linked list in which the first element points to the last element and the last element points to the first element. Both Single Linked List and Double Linked List can be made into a circular linked list.



910075_917047_ans_6d1962a80c33461d8cd669f00f16bc69.PNG

flag
Suggest Corrections
thumbs-up
0
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Types of Functions
MATHEMATICS
Watch in App
Join BYJU'S Learning Program
CrossIcon