Related data structure with linked list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Related data structure with linked list

Both stack and queue are often implemented using linked lists, and simply restrict the type of operations which are supported. The skip list is a linked list augmented with layers of pointers for quickly jumping over large numbers of elements, and then descending to the next layer. this process continues down to the bottom layer, which is the actual list.

11th May 2019, 2:23 PM
Ishika Kansal
3 Answers
0
My question is what are the related data structure with linked list
11th May 2019, 2:34 PM
Ishika Kansal
0
https://www.sololearn.com/learn/634/?ref=app Take a look at the last info column The data structures are stack , queue, tree, graph
11th May 2019, 2:41 PM
Sahil Bhakat
Sahil Bhakat - avatar
0
Ishika Kansal I don't know if there are more or not
11th May 2019, 2:42 PM
Sahil Bhakat
Sahil Bhakat - avatar