Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / harsh parikh
-a+b*c-/de+fg
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Define biconnectivity?
How do you find the size of an arraylist?
How to inverting a function in sort and searching?
State the properties of a binary tree?
What is a treeset?
What is height balanced tree?
What is Doubly link list?
Write a program to insert an element and in the specific position in the array?
Define a priority queue?
Is data structures and algorithms important?
Does hashset guarantee order?
What is data structure and why we need them?
How do you sort a map by key?
Is hashmap part of collection?
Run time memory allocation is known as in data structure?