Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / mrs saxena
+-ab*c-/de+fg
| Is This Answer Correct ? | 127 Yes | 29 No |
Post New Answer View All Answers
What are the 3 control structures in programming?
What are priority queues?
Can we remove element from arraylist while iterating?
How does the bubble sort work?
What are AVL trees?
How do I remove a value from a list?
Define a Deque?
What is the default size of arraylist?
What are stacks? Give some of its applications.
How is a queue works?
Differentiate between hashmap and treemap.
Model a data structure for a DFA that takes an event as parameter and performs a desired action.
Explain heapsort. What is its complexity?
List some applications of tree-data structure?
What is the purpose of sorting algorithms?