Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mona
+-ab*c-/dc+gf
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Which is faster treemap or hashmap?
How does sort function work?
Explain merge sort algorithms.
How does the size of arraylist increases dynamically?
Does mentioning the array name gives the base address in all the contexts?
What is the purpose of sorting?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Define non-terminal nodes in a tree?
List the area of applications where stack data structure can be used?
Is array a data structure?
What do you mean by the term “percolate down”?
Which is better than array and linked list?
Is hashmap a data structure?
What sort of serious problems have you experienced, and how have you handled them?
Can we override compareto method for enumerations?