How is it possible to insert different type of elements in
stack?
Answer Posted / devendra
union is the best option because it allocate only one at a time
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Define in brief an array. What are the types of array operations?
What are the advantages of binary search over linear search?
What are the average and worst time complexity in a sorted binary tree is
How to search binary in a sorted array?
Define right-in threaded tree?
Can arraylist be resized?
For searches. Which one is most preferred: array list or linked list?
How to create your own data structure in java?
Does arraylist contain duplicates?
Write the advantage of separate chaining?
What does arraylist remove do?
Why do we use a multidimensional array in data structure?
Why hashtable is faster than arraylist?
What does quick sort do?
Describe queue operation.