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


Please Help Members By Posting Answers For Below Questions

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

631


Are sets sorted?

530


Discuss the difference between a stack and an Array?

543


How many sorting are there in data structure?

506


Define 2-3 tree?

575






Explain the Linked List

653


What are control structures?

546


Can you store different types in an array?

481


Difference between arraylist and linkedlist?

612


Can arraylist have duplicates?

531


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

554


What is time and space complexity of bubble sort?

455


What is the easiest sorting method to use in data structures?

566


What is a cycle or a circuit?

612


What are basic algorithms?

463