Answer Posted / ramesh
d-queue stands for double ended queue.we can add & delete
elements at either side.they are two other variations like
input restricted deque and output restricted deque
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
Write program for Quick sort ?
Explain binary tree traversals?
What are arrays used for?
Which is the parent class of hashmap class?
What is best time complexity?
What are different techniques for making hash function? Explain with example.
Why hashmap is faster than hashset?
What are the benefits of using arrays?
What is huffman’s algorithm?
Explain what are the methods available in storing sequential files ?
What is map entry?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What do u mean by array?
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).
How to check array contains value or not?