Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / pavan
Stack
| Is This Answer Correct ? | 66 Yes | 6 No |
Post New Answer View All Answers
List the data structures which are used in rdbms.
Write the steps involved in the insertion and deletion of an element in the stack.
Which is better array or linked list?
What is heap and its types?
Difference between calloc and malloc in data structures?
What do you mean by sorting?
Do you know what is linear search?
State the rules to be followed during infix to prefix conversions?
Which type of sorting is best?
Define shortest path?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
Which sorting algorithm is worst?
How do you get placements?
Mention the advantages of representing stacks using linked lists than arrays?
Which collection allows null values?