Explain about the types of linked lists

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


Please Help Members By Posting Answers For Below Questions

Is array faster than arraylist?

655


Explain merge sort algorithms.

779


What is stack in data structure with the example?

600


What are the disadvantages of linked list?

667


Can treeset contain duplicates?

731


Define balanced trees?

712


Is bucket sort a comparison sort?

645


Why is hashset used?

674


Which sorting is best and why?

657


Why do we use different types of data structures?

659


If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?

739


Why is concurrenthashmap thread safe?

684


How do you sort pseudocode?

667


What is collection sort?

651


What exactly is a thread?

674