converting infix expression to prefix and postfix using stack
Sachin19k opened this issue · 3 comments
Sachin19k commented
Is your feature request related to a problem? Please describe.
can I add the code for converting infix expression to prefix and postfix using stack
Describe the solution you'd like
I will be using stack as ADT and proceeding with the solution
Describe alternatives you've considered
I can try stack as ADT or inbuilt stack.
Additional context
Add any other context or screenshots about the feature request here.
Sachin19k commented
Please assign this to me. I want to work on it
skully-coder commented
@Sachin19k assigning this to you
Sachin19k commented
Added code. please check