Skip to content

Added Infix to Postfix Algorithm and Updated DIRECTORY.md #541

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

Merged
merged 13 commits into from
Oct 5, 2023

Conversation

cyrixninja
Copy link
Contributor

Description

I implemented the Infix to Postfix Algorithm in Rust which was prior only available in Python,Java and C.
https://the-algorithms.com/algorithm/infix-to-postfix-conversion
https://the-algorithms.com/algorithm/infix-to-postfix

I also noticed that the DIRECTORY.md wasn't updated since months so I manually checked for the Algorithms that weren't included and updated it to include the latest Algorithms that had been recently added to the repo.

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I ran bellow commands using the latest version of rust nightly.
  • I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • I ran cargo fmt just before my last commit.
  • I ran cargo test just before my last commit and all tests passed.
  • I checked COUNTRIBUTING.md and my code follows its guidelines.

Copy link
Contributor

@ethanwater ethanwater left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never knew about infix til this, sick

@siriak siriak enabled auto-merge (squash) October 5, 2023 18:03
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks a lot for the readme!

@siriak siriak merged commit b4cf132 into TheAlgorithms:master Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants