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 are the applications of linked list?
What are the different types of hash functions?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
Name the areas in which you can apply data structures extensively?
What is b tree in data structure?
What is the difference between hashset and arraylist?
How do I sort hashset?
What is difference between hashmap and map?
What is an expression tree?
Why sorting is done?
How will you check the validity of an expression containing nested parentheses?
Why quicksort is called quick?
What do you mean by level of the tree?
What actions are performed when a function is called?
what is the biggest advantage of linked lists?