Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / naresh
stack...since the operator last placed must be retrieved
first.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
Tell me why can't constant values be used to define an array's initial size
What are some of the best practices relating to the java collection framework?
What is difference between stack and queue?
Is radix sort faster than quicksort?
How arraylist increase its size?
What is difference between array and arraylist?
Write program for Bubble Sort ?
Is priority queue sorted?
What is a singletonlist?
Define secondary clustering?
What is a stable sorting algorithm?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
Does array sort mutate?
What is collections singletonlist?
Differentiate between iterator and enumeration.