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
Describe tree rotation in avl tree.
What are the collision resolution methods?
Can array store heterogeneous data?
When is a binary search algorithm best applied?
What is the minimization factor and time complexity of b-tree?
Define graph traversals?
Difference between calloc and malloc ?
How many types of lists are there?
How to find if linked list has loop?
What do you mean by sorting?
What is bitonic search?
What is the difference between data type and data structure?
Devise a program to sort an array using bubble sort.
Can we sort hashmap?
Why do we need sorting algorithms?