How is it possible to insert different type of elements in
stack?
Answer Posted / rabia altaf
we can make stack using class template .. now it can accept
every type of object ..
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What do you mean by double hashing?
Write a recursive c function to calculate the height of a binary tree.
Does linked list allow duplicates?
What are the advantages of data structure?
How does insertion sort works?
Describe binary tree and its property.
What is the difference between a push and a pop?
Define hash function?
Which is the parent class of abstractsequentiallist class?
What is the difference between collection and collections?
How do you reference all the elements in a one-dimension array?
Why do we use linked lists?
What is different between array and list?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
What is a pass in bubble sort?