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
What is a 2 dimensional array?
What is data algorithm?
What is entryset method in map?
How will you sort the elements of array in descending order?
What is difference between array and arraylist? When will you use array over arraylist?
Questions related to arrays, such as given a 2 integer array, find the common elements.
Is Arraylist faster than Array? Why?
Which sorting is best?
If I try to add enum constants to a treeset, what sorting order will it use?
Write the recursive c function to count the number of nodes present in a binary tree.
Does hashtable allow null values?
Can a hashset contain duplicates?
What is the difference between for and foreach loop?
Is quicksort greedy algorithm?
Can you tell me the differences between Array and ArrayList?