Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / khater
(A + B) * (C + D) / ((E - F) / (G + H)) =
| Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
Which collection allows null values?
Define terminal nodes in a tree?
Explain binary search tree?
What is the heap in data structures?
Calculate the address of a random element present in a 2d array, given base address as ba.
What is difference between array and arraylist?
Differentiate between iterator and enumeration.
Explain the Queue
What is heap tree in data structure?
Define a right-skewed binary tree?
What is difference between hashmap and linkedhashmap?
Can you sort a hashset?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
How does insertion sort works?
What is link list in data structure?