Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / uma
a2+b4+*1-
| Is This Answer Correct ? | 101 Yes | 8 No |
Post New Answer View All Answers
Which is faster arraylist or hashmap?
What is sorting and its types?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
How do I sort a hashmap key?
Explain quick sort and merge sort algorithms.
Is list a data structure?
What is mean by sorting?
What is return map?
How does hashset work internally in java?
What is the difference between null and void?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Why do we use data structures?
Write an algorithm to show the reverse of link list?
Explain the expression trees?
What is selection sort with example?