Answer Posted / narendra sharma
d queue is also known as the doubly link list in which data
can be inserted at either end of the list and it is abstract
in nature.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What is a map programming?
Can we modify final arraylist?
What is variable size arrays?and why we use it?
Define a complete binary tree?
Can you declare an array without assigning the size of an array?
Tell me the difference between the character array and a string.
Explain the applications of stack?
Does arraylist guarantee insertion order?
Can arraylist contain null?
What do you mean by the term “percolate up”?
What are the two traversal strategies used in traversing a graph?
What are the classification of data structures?
What is difference between hashmap and hashset?
How can you insert a node in a random location of the linked list?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)