What are the disadvantages of sequential storage?



What are the disadvantages of sequential storage?..

Answer / Vivek Gosain

1. Insertion and deletion operations can be slow, especially if the data is stored at the end of the sequence as it requires shifting all subsequent elements. 2. Accessing an element at a specific index can also be slow because the entire sequence may need to be scanned.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How many types of lists are there?

1 Answers  


How can you insert a node in a random location of the linked list?

1 Answers  


What is difference between set and map?

1 Answers  


What is difference between list and set?

1 Answers  


What is mergesort and hashtable?

1 Answers  


How do you make a bubble chart with 3 variables?

1 Answers  


Write the steps involved in the insertion and deletion of an element in the stack.

1 Answers  


What are the tasks performed during preorder traversal?

1 Answers  


How can we reverse the order in the treemap?

1 Answers  


What is difference between hashmap and arraylist?

1 Answers  


How does a hashtable work?

1 Answers  


Does arraylist maintain order?

1 Answers  


Categories