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 do you do a mergesort?
Where is insertion sort used?
What is a data structure? What are the types of data structures?
What do you mean by recursive definition?
Can arraylist contain duplicates?
What is the meaning of anonymous array? Explain with an example?
When will you use array over arraylist?
How do you replace an element in an arraylist?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
What is dynamic array how is it created?
What is data structure and data type?
Define shortest path?
Is map a collection?
We know that Arrays are objects so why cannot we write strArray.length()?
Does arraylist allow null values?