Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / pushpa
*+abc*-/de+fg
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is collision in data structure?
Why do we need to recycle?
List out the advantages of using a linked list?
How do you sort an array by value?
Is arraylist fail fast?
Does linked list allow null values?
What is the minimum number of nodes that a binary tree can have?
Which sorting algorithm is best for large data?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What is the use of treemap?
Are linked lists considered linear or non-linear data structures?
What are the pre-requisite for the collection to perform binary search?
Advanced problems related to Data Structures were asked
How to reverse singly link list?
How do I push an element into a stack?