Convert following infix expression to the prefix expression.
a - b + c * (d / e - (f + g))
Answer Posted / nikhil nautiyal
+-ab*c-/de+fg
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
Write the recursive c function to count the number of nodes present in a binary tree.
List out the disadvantages of using a linked list?
What is an iterative algorithm?
What is ds tree?
Describe full binary tree and complete binary tree.
What do you mean by data types?
How many passes does bubble sort need?
Describe the complexity of Quick Sort
Which data structures are used in bfs and dfs algorithm?
Explain the priority queue?
What is sorted list in data structure?
Does hashmap allow null keys?
What is collections singletonlist?
What does stack top do?
Which is more efficient merge sort vs quicksort?