Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / sourav naskar
stack
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What does args stand for?
Which interfaces are implemented by linkedlist?
Difference between calloc and malloc ?
Which is the slowest sorting algorithm?
How do you sort an arraylist?
What is the best case time complexity of bubble sort?
Which is the parent class of printerstatereasons class?
What's difference between stack and queue?
What happens if an array goes out-of-bounds?
If we add enum constants to a sorted collection ( treemap , treeset ), what will be the order in which they will be maintained?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
How to search binary in a sorted array?
What is bubble sort technique?
Name some applications which use linked lists.
Can arraylist hold different types?