Which data structure is needed to convert infix notations to
post fix notations?
Answer Posted / aditya
stack since conversion frm regular to postfix and similarly
frm regular to infix is based on stack concept so its a
stack aplication
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is heap with example?
What are control structures?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What is inserting in data structure?
How to create your own data structure in java?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
Can sets contain duplicates?
What is the space complexity of bubble sort?
What is a hashers run?
What member function places a new node at the end of the linked list?
What is a vector element?
What do u mean by data type?
How does a treemap sort?
What do you mean by secondary clustering?
Which interfaces are implemented by hashmap?