Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / srividya
*-a+bc-/de+fg
| Is This Answer Correct ? | 10 Yes | 30 No |
Post New Answer View All Answers
What is a priority queue?
How does a treemap sort?
Define linear probing?
How do I remove a value from a list?
What is the difference between Array and Arraylist?
In which matrix, we can use multilinked structures?
Does treemap allow null values?
Do you know how to find if linked list has loop?
What is the minimum number of queues needed when implementing a priority queue?
What do you mean by level of the tree?
Can you sort a hashset?
Is quicksort recursive?
What are the applications of linked list?
What is the difference between a Stack and a Queue.
What are the major data structures used in the rdbms?