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
How treemap orders the elements if the key is a string?
Can we use ordered set for performing binary search?
Describe the complexity of Binary search
Why is sorting important?
Why we use arraylist instead of linked list?
Why do we use different types of data structures?
How efficient is binary search?
What are different techniques for making hash function?
What data type is array?
Different Types of pattern?
Tell me the difference between the character array and a string.
What is significance of ” * ” ?
Explain the implementation of an AVL tree and Binary tree.
Explain the term binding time?
What is meant by strongly connected in a graph?