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
List the limitations of linear probing?
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
what are the applications of Linked Lists?
How is the front of the queue calculated in data structure?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
What is data and data types?
Which language is best for data structures and algorithms?
How many types of linked list exist?
Is heap sort adaptive?
What are the advantages of bubble sort?
How does a treemap work?
How would you sort words in a large file?
Why is quicksort so fast?
Does map extend iterable?
What is time complexity of binary search?