skully-coder/competitiveprogramming

converting infix expression to prefix and postfix using stack

Sachin19k opened this issue · 3 comments

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.

Please assign this to me. I want to work on it

@Sachin19k assigning this to you

Added code. please check