Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / manasa
stack
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the 4 types of data?
in tree construction which is the suitable efficient data structure? (Array, linked list, stack, queue)
What does args stand for?
Construct a doubly linked list using a single pointer in each node?
How does a binary search work?
List out the disadvantages of using a linked list?
You want to insert a new item in a binary search tree. How would you do it?
Is tuple immutable?
What is the difference between data type and data structure?
Does treemap preserve order?
Why do we use stacks?
Write a Program for Insert in a sorted list
Can list contain null values?
Does treeset allow null values?
Which is faster binary or linear search?