Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / harsh parikh
-a+b*c-/de+fg
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is a treeset?
Is heap sort adaptive?
What data structure does a binary tree degenerate?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Explain circular linked list?
What is stack algorithm?
what is the difference between singly and doubly linked lists?
What is binary search tree and explain its time complexity?
Is quicksort greedy algorithm?
What is entryset in hashmap?
What sort does arrays sort use?
Is array faster than arraylist?
Where is insertion sort used?
Explain the common uses of tree database.
What is a 2 dimensional array?