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 array faster than arraylist?
Explain merge sort algorithms.
What is stack in data structure with the example?
What are the disadvantages of linked list?
Can treeset contain duplicates?
Define balanced trees?
Is bucket sort a comparison sort?
Why is hashset used?
Which sorting is best and why?
Why do we use different types of data structures?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Why is concurrenthashmap thread safe?
How do you sort pseudocode?
What is collection sort?
What exactly is a thread?