Convert the following infix expression to post fix notation
((a+2)*(b+4)) -1
Answer Posted / a khan
a2+b4+*1-
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
Define dynamic data structures?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Which sorting is best in time complexity?
What are different techniques for making hash function? Explain with example.
Are linked lists considered linear or non-linear data structure?
Differentiate between hashset and hashmap.
What is a simple graph?
What is space complexity of a program?
When new data are to be inserted into a data structure?
How does a hashtable work?
What is difference between hashmap and arraylist?
There are 2 int type array data type. One is containing 50 elements, and another one is containing 30 elements. Can we assign the array of 50 elements to an array of 30 elements?
How do you insert a new item in a binary search tree?
Sorting is not possible by using which of the methods?
Define double linked list?