AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
90 stars 293 forks source link

[NEW ALGORITHM] Expression Tree #596

Closed shuvojitss closed 2 weeks ago

shuvojitss commented 3 weeks ago

Name:

[NEW ALGORITHM] Write a program to create an expresion tree which accepts the postfix expression as input and store it as expression tree. On inorder traversal along the tree the expression gets exaluated.


About:

Implementation of Expression tree data structure.

Input

The postfix expression.

Output

The infix expression along with the evaluated value.

Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:


Additional Information:

Please assign me this issue I want to work on this program

pankaj-bind commented 2 weeks ago

@shuvojitss you are assigned