Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / srividya
*-a+bc-/de+fg
| Is This Answer Correct ? | 10 Yes | 30 No |
Post New Answer View All Answers
Write an algorithm that counts number of nodes in the circular linked list
Is hashmap part of collection?
Which data structure is used to perform recursion?
Explain exception filter?
What is garbage collection in data structure?
What are the applications of graph data structure?
When should structures be passed by values or by reference?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.
Tell me why might quick sort might be better than merge sort?
Why do we need to use computers to help us sort lists?
Explain stacks and queues in detail.
What happens if we put a key object in a hashmap which exists?
Why is data structure used?
Why might quick sort might be better than merge sort?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?