Answer Posted / priya
Dequeue is another variation of queue where both insertion
and deletion operation can be made at either ends i.e front
and rear of the structure.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how to display Singly Linked List from First to Last?
What is homogeneous array?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Does arraylist have a tostring?
What do you mean by spanning tree?
What is non linear data structure with example?
Why do we study data structures?
Why is reflection slower?
Explain the difference between hashset and hashmap?
How null key is handled in hashmap?
What are arrays give example?
Can we define the size of arraylist?
What is the difference between dictionary and hashtable?
what is the difference between Linear Array and Linked List?
Write a code for dynamic allocation of array.