Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / rohit verma
-a+*c-/de+fg
| Is This Answer Correct ? | 6 Yes | 17 No |
Post New Answer View All Answers
Explain circular linked list?
What is sorting and its types?
Define depth and height of a tree?
State the advantages of using infix notations?
What do you mean by priority queue?
Can arraylist hold different types?
Can you sort a hashmap?
Does list maintain insertion order?
Define linked list data structure.
List the data structures which are used in network data modal.
Can you store different types in an array?
What is mean by sorting?
Explain what are the major data structures used in the rdbms?
What is huffman’s algorithm?
How do I sort hashset?