DATA STRUCTURE
Programming and Technical
Programming
Technical
Which data structure is needed to convert infix
notations to post fix notations?
Read Solution (Total 8)
-
- stack
- 11 years agoHelpfull: Yes(10) No(0)
- Stack data structure
- 10 years agoHelpfull: Yes(1) No(0)
- Stack is needed
- 10 years agoHelpfull: Yes(0) No(0)
- under stack data structure polish notation is used to convert infix notation to post fix notation.
- 10 years agoHelpfull: Yes(0) No(0)
- stack
because expressions are formed as last in first out. - 10 years agoHelpfull: Yes(0) No(0)
- stack is lifo rule follow and coversion to infir to post are done
- 10 years agoHelpfull: Yes(0) No(0)
- stack data structure
- 10 years agoHelpfull: Yes(0) No(0)
- STACK
IS USED TO CONVERT - 9 years agoHelpfull: Yes(0) No(0)
DATA STRUCTURE Other Question