Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / ankita roy
+-ab*c-/de+fg
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Have you ever used HashTable and Directory?
What does adt stands for?
Can we use ordered set for performing binary search?
What is a sorting algorithm in data structure?
How will you explain circular linked list?
Is quicksort a stable sorting algorithm?
What is unbounded queue?
What is the use of heap sort?
What is a priority queue?
Write an algorithm that counts number of nodes in the circular linked list
What is the purpose of sorting?
Write the c program to insert a node in circular singly list at the beginning.
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
Is hashmap a data structure?
What is an ordered map?