Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Prefix-Postfix-Inflix interconversion algorithm in C & Java

Open AnubhaSharma2709 opened this issue 1 year ago • 5 comments

Given string S representing a postfix expression, the task is to evaluate the expression and find the final value. Operators will only include the basic arithmetic operators like *, /, + and -.

AnubhaSharma2709 avatar Jun 01 '23 19:06 AnubhaSharma2709

Instead you could work on Prefix-Postfix-Inflix interconversion algorithm which is yet to be implemented in C & Java (refer algo. no. 66) refer:

  • https://github.com/Kumar-laxmi/Algorithms/blob/main/C%2B%2B/Maths/Infix_Postfix_Prefix_Interconversion.cpp
  • https://github.com/Kumar-laxmi/Algorithms/blob/main/Python/Maths/prefix_infix_postfix_interconversion.py

Kumar-laxmi avatar Jun 02 '23 02:06 Kumar-laxmi

Assigned! @AnubhaSharma2709 : C & Java

Kumar-laxmi avatar Jun 02 '23 02:06 Kumar-laxmi

@Kumar-laxmi plz assign this to me as my first issue.

ManmayGhosh avatar Jun 05 '23 16:06 ManmayGhosh

I would like to work on this issue, kindly assign this to me.

Tanyamodi avatar Jul 14 '23 05:07 Tanyamodi

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Aug 04 '24 16:08 github-actions[bot]