When new data are to be inserted into a data structure?



When new data are to be inserted into a data structure?..

Answer / Mohd Afzal

New data may need to be inserted into a data structure when the current collection of data reaches its capacity, or when new values must be added to the set for further processing or analysis.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Does hashset maintain order?

1 Answers  


Which sorting algorithm is the slowest?

1 Answers  


What is the purpose of sorting?

1 Answers  


What is difference between hashset and treeset?

1 Answers  


Which sorting method is slowest?

1 Answers  


Which is best array or linked list?

1 Answers  


What does the term sorting refer to?

1 Answers  


Explain the term run-time stack?

1 Answers  


State the difference between stacks and linked lists?

1 Answers  


What is the difference between hashmap and linkedhashmap?

1 Answers  


What is quick sort example?

1 Answers  


What is complexity of bubble sort?

1 Answers  


Categories