Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / nips aka suman
a2+b4+*1-
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
Can you dynamically allocate arrays in expanded memory?
Is there any difference between int[] a and int a[]?
What is linked hash set?
Why do we need algorithm?
Which time complexity is best?
Describe full binary tree and complete binary tree.
What is a data structure? What are the types of data structures? Briefly explain them
List the data structures which are used in hierarchical data model.
What is m way tree in data structure?
How would you sort words in a large file?
Explain circular linked list?
What is difference between tree and forest?
What is selection in an algorithm?
What is sequential search? What is the average number of comparisons in a sequential search?