Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / kavitha
stack is only one where it allows the conversion of
notations i.e prefix<-> postfix<-> infix<-> conversions
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Define indegree of a graph?
What is time complexity of sorting algorithms?
What is stack and its operations?
Define an algorithm. What are the types of algorithms?
what are the applications of Linked Lists?
Define a full binary tree ?
What is collections singletonlist?
What is list and types of list?
What is the purpose of tochararray ()?
Explain binary search tree?
Define graph traversals?
What do you mean by linear probing?
Write a program to insert an element and in the specific position in the array?
How can you add an item to the beginning of the list?
Can you override methods of arraylist?