Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / swapna
stack.....
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
How to cut or remove an element from the array?
How do we find duplicate elements in an array?
Is pointer a variable?
Why is hashset used?
What do you mean by union-by-weight?
What actions are performed when a function is called?
How is heap sort implemented?
Differentiate between hashmap and hashtable.
What is difference between concurrenthashmap and hashtable?
What is minimum depth of binary tree?
Does linked list allow duplicates?
Define union-by-weight?
How can you insert a node at the end of linked list?
What is the time complexity of hashmap get () and put () method?
When will you use array over arraylist?