In which data structure, elements can be added or removed at
either end, but not in the middle?

Answer Posted / pavan

Deque

Is This Answer Correct ?    43 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of linked list are there?

481


How does a binary search work?

453


Why do we use arrays?

531


Can hashtable have duplicate values?

529


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

534






What are the advantages and disadvantages of linked list?

430


What does list clear do?

482


What is a stable sort?

515


What are the advantages of data structure?

532


What is static array?

465


Is treeset thread safe?

497


Which is better array or linked list?

491


What is huffman’s algorithm?

612


Compare Queue and Topic ?

663


Are linked lists considered linear or non-linear data structures?

579