Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / saravanakumar
+-ab*c-/de+fg
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
What is difference between list and linked list?
What is complexity algorithm?
What are the difference between a stack and a queue?
What are linear and non linear data structures?
Which sorting has less time complexity?
Describe linear probing with an example.
Write program for Bubble Sort ?
Name some applications which use linked lists.
Can you change size of array once created?
Can you have an arraylist of arrays?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
Can map contain duplicate keys?
What type of algorithm is binary search?
What are the advantage of collection classes over arrays?
What is bubble sort with example?