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
What is long data type?
What is adt in data structure with example?
What is stable sorting method?
How do you find the height of a binary tree?
Explain the sorting algorithm that is most suitable to be used with single linked list?
Is data structures and algorithms important?
What is the slowest sorting algorithm?
What is the height of binary tree?
State the demerits of linked representation of binary trees?
List the data structures which are used in rdbms.
What are the major data structures used in the network data model?
What is the difference between a hashmap and hashtable?
Why do we use collections?
What is queue in data structure?
How to use appendNode() in linkedlist()?