Answer Posted / touchriverian
singly LL
doubly LL
circular LL
doubly linked circular list
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Which is the parent class of linkedhashset class?
Why is data structure important?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
How would you reverse characters of an array without using indexing in the array.
Which sorting algorithm has minimum number of swaps?
Does hashset maintain order?
What are the types of array operations?
How do hash tables work?
What data type is enum?
What is the default capacity of hashmap?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What are hashmaps good for?
What is subtree?
Is array a data structure?
What is the advantage of circular linked list?