Answer Posted / angu
Singly linked list- which is linear direction that has only
head part.
Doubly linked list- which is bi-directional that has both
head and tail part
Circular linked list- which as no ends.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Is arraylist synchronized?
Define double linked list?
What should be done in the base case for this recursive problem?
Can we add or delete an element after assigning an array?
How do you sort an array by value?
Are dictionaries mutable?
What is a sorting algorithm in data structure?
What does stack top do?
What is the difference between array and stack in data structures?
What is a postfix expression?
Is list a data structure?
What is inserting in data structure?
Explain Stack
Is list same as array?
What do you mean by heap order property?