Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / selate
STACK
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
What are the two traversal strategies used in traversing a graph?
Define a right-skewed binary tree?
Differentiate between file and structure storage structure.
Can we store a string and integer together in an array?
Why is sorting necessary?
What is difference between list and array?
Define 2-3 tree?
What is reduction to sorting method?
Define balanced trees?
What do you mean by priority queue?
What is variable size arrays?and why we use it?
Is list a data structure?
How can avl tree be useful in all the operations as compared to binary search tree?
Why insertion is faster in linked list?
What is adt and its advantages?