Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / mohd shafi
Definitely Stack
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a binary search tree? Explain with example?
Explain about map and their types?
Explain the difference between a list and array.
What is bubble sort in data structure?
Is radix sort stable?
Does linked list allow duplicates?
Construct a doubly linked list using a single pointer in each node?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
How does bogo sort work?
What is the difference between list and arraylist?
What is the minimum number of queues needed when implementing a priority queue?
What is time complexity of sorting algorithms?
Which is the slowest sorting algorithm?
How to find the duplicate in an array?
Define the queue data structure.