Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / sheeraz
*-a+bc-/de+fg
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me how to find middle element of linked list in one pass?
What are the types of linked list?
Can we put null key in hashmap?
What is difference between hashmap and map?
Is Arraylist faster than Array? Why?
What is bubble sort and quick sort?
Give us a program to reverse a linked list.
Which is best array or linked list?
Can hashmap be sorted?
Describe linear probing with an example.
Is an arraylist a vector?
Give a basic algorithm for searching a binary search tree?
Is quicksort faster than merge sort?
Can map contain duplicate keys?
Write a program for reversing the Single Linked List?