Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil kumar saraf
-a+b*c-/de+fg
| Is This Answer Correct ? | 29 Yes | 20 No |
Post New Answer View All Answers
What is the best case complexity of quicksort?
Can we search the data in a linked list?
By Which algorithm, the 8 queens problem is solved?
Define quadratic probing?
What is copyonwritearraylist?
Define 2-3-4 tree?
Does treeset allow null values?
What are the types of bulleted list?
What is pointer in data structure?
How does max heap work?
Is bubble sort faster than selection sort?
Explain set interface?
Which sorting algorithm is best for large data?
What are the disadvantages array implementations of linked list?
how to display Singly Linked List from First to Last?