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.
3 Réponses
0
My question is what are the related data structure with linked list
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
0
Ishika Kansal
I don't know if there are more or not