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
Define balanced trees?
In depth questions regarding the data structures and the Databases used in the Projects developed.
How do you sort a collection in descending order?
What is a B tree?
Does arraylist have index?
What is binary tree? Explain its uses.
Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
What exactly is a thread?
Differentiate bfs and dfs?
Explain about the different lists available in the collection?
List the basic operations carried out in a linked list?
How to create an Array?
What does adt stands for?
What is binary tree used for?
What is sorting problem?