Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea]: <Expression Tree> #1385

Closed
5 tasks done
shuvojitss opened this issue Oct 27, 2024 · 1 comment · Fixed by #1389 or #1486
Closed
5 tasks done

[Idea]: <Expression Tree> #1385

shuvojitss opened this issue Oct 27, 2024 · 1 comment · Fixed by #1389 or #1486
Assignees
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels

Comments

@shuvojitss
Copy link
Contributor

Idea Title

Expression Tree

Idea Description

Expression Tree

Name

Given a postfix expression construct a tree that stores operator as internal nodes and the opernads as leaves. On inorder traversal it gives the infix expression of the postfix.

About:

Implementation of Binary tree.

Input:

The postfix expression.

Output:

The infix expression

Potential Benefits

  • Improves user experience
  • Enhances learning
  • Adds a new feature
  • Improves code quality
  • Other

Implementation Suggestions (Optional)

No response

@shuvojitss shuvojitss added the enhancement New feature or request label Oct 27, 2024
@github-actions github-actions bot added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels labels Oct 27, 2024
Copy link

👋 Hi @shuvojitss! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant