In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / shankar
link list is wrong answer.there are two ds 1)satck and 2)Queue
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
Can a class have a constructor?
Define tree edge?
Explain the principle of quicksort. What is its complexity?
What is the purpose of thread?
What's the difference between a hashtable and a hashmap?
List the data structures which are used in rdbms.
What are the advantages of bubble sort?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
What does the dummy header in linked list contain?
What is mean by merge sort?
What is the difference between null and void?
What is the difference between collections class vs collections interface?
How to search binary in a sorted array?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Do sets allow duplicates?