Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / suhaani
stack
| Is This Answer Correct ? | 104 Yes | 6 No |
Post New Answer View All Answers
Explain the uses of binary tree.
Which collection class is thread safe?
What are examples of data structures?
Define splay tree?
What is the default capacity of hashmap?
What is the time complexity of selection sort?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
What is the purpose of tochararray ()?
Can we put null value in hashmap?
What should I learn first data structures or algorithms?
Explain linear linked implementation of Stack and Queue?
How does shell sort work?
How does max heap work?
What is concept of data structure?
How many sorting algorithms are there?