Answer Posted / yogesh l. sharma
there are main four type of linked list.
1)singly linked list.
2)singly circular linked list.
3)doubly linked list.
4)doubly circular linked list.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is mergesort and hashtable?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
How do you find the length of an arraylist?
Given M x N matrix with sorted elements row wise and column wise, find elements?
What do you mean by collision in hashing?
Which sorting is best for large data?
What is stack explain with diagram?
Briefly explain recursive algorithm?
What is sort in data structure?
Define secondary clustering?
List out the applications of a linked list?
What is queue in data structure?
What does a treemap do?
How would you implement two stacks using a single array?
What do you mean by disjoint set adt?