Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ramen pradhan
-a+b*c-/de+fg
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the uses of matrix with an example?
What is minimum depth of binary tree?
What is array and its types?
What is complexity of quicksort?
Mention a few applications of linked lists?
Explain recursive function & what is the data structures used to perform recursion?
Which data structures are used in bfs and dfs algorithm?
What are linear and non linear data structures?
What is the complexity of sorting algorithm?
Define the tree data structure.
How remove all from arraylist?
Why is sorting important?
Explain the implementation of an AVL tree and Binary tree.
Define an abstract data type (adt)?
What is the default size of arraylist?