1,664 views
0 votes
0 votes
someone   please post infix to prefix and infix to post fix ( with using stack and without using stack ) accurate and authentic algorithm

also please tell the procedure to convert prefix to postfix and vice versa in simple terms

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
Meenakshi Sharma asked Nov 13, 2016
345 views
8 votes
8 votes
0 answers
2
Lakshman Bhaiya asked Aug 4, 2017
3,451 views
Consider the following infix expression which is to be converted to postfix expression using stack.$$(((P+Q)*(R+S))/T)+(A*(B+C))$$What is the size of stack?
0 votes
0 votes
1 answer
3
akash28 asked Feb 23, 2023
760 views
Convert the following infix expression to postfix and prefixA^B^C^D
0 votes
0 votes
2 answers
4
Xylene asked Aug 19, 2017
897 views
Convert (A - B^C + H)*D + E^5.Is the answer +*+-A^BCHD^E5 ?