Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / ankita roy
stack
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the four characteristics of algorithms?
Differentiate between queue and deque.
What is huffman’s algorithm?
Why is quicksort so fast?
Define linked lists?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What do you mean by linear probing?
In what areas do data structures applied?
Which is faster hashmap or linkedhashmap?
What will be the output of below code?
Explain Queue
What is heap tree?
Which is faster array or list?
Is hashmap part of collection?
What is sorting with example?