In which data structure, elements can be added or removed at
either end, but not in the middle?
Answer Posted / ractim chakraborty
deque
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why we need cursor implementation of linked lists?
In what areas do data structures applied?
Describe what is Node in link list? And name the types of Linked Lists?
Write a program for reversing the Single Linked List?
How do you find the space complexity of a bubble sort?
Difference between arrays and linked list?
What is sequential search? What is the average number of comparisons in a sequential search?
Is map a data structure?
What is map data structure?
What is the difference between Array and Arraylist?
Define a full binary tree ?
Can we put null value in hashmap?
Define heap?
Mention a few applications of linked lists?
Write the steps involved in the insertion and deletion of an element in the stack.