Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ankita roy
+-ab*c-/de+fg
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can we create a null as a key for a map collection?
Can you provide some implementation of a dictionary having large number of words?
Why is hashmap faster than arraylist?
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
Write a program to reverse a single linked list.
Is vector synchronized?
Which algorithm is used in arrays sort?
What are control structures?
What do you mean by primary clustering?
What is difference between hashmap and treemap?
What are the properties of binary heap?
What are linked list?
How do you sort a collection in descending order?
Is quicksort divide and conquer?
What is the complexity of arraylist?