Fet: add "Prefix Evaluation" algo #167

Closed
opened 2026-01-29 15:06:26 +00:00 by claunia · 6 comments
Owner

Originally created by @BamaCharanChhandogi on GitHub (Sep 9, 2023).

Detailed description

Postfix Evaluation is available but Prefix evaluation is missing.

Context

This algorithm is very important.

Possible implementation

No response

Additional information

No response

Originally created by @BamaCharanChhandogi on GitHub (Sep 9, 2023). ### Detailed description ### Postfix Evaluation is available but **Prefix evaluation** is missing. ### Context This algorithm is very important. ### Possible implementation _No response_ ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:06:26 +00:00
Author
Owner

@Priyanka-Das-0 commented on GitHub (Sep 30, 2023):

Hey can I make a PR for this?

@Priyanka-Das-0 commented on GitHub (Sep 30, 2023): Hey can I make a PR for this?
Author
Owner

@Saket03-P commented on GitHub (Sep 30, 2023):

Hello @BamaCharanChhandogi,

I'm willing to work on the prefix evaluation issue of this repo. After carefully considering the contribution guidelines, issue description, and language requirements, and my experience with C/C++ for DSA and Competitive Programming; I'm excited to work on it.

Please consider assigning this issue to me. I look forward to contributing to this project and helping resolve this problem. Although I'm a bit late, I want to assue you of my task effectiveness in completing this issue.

@Saket03-P commented on GitHub (Sep 30, 2023): Hello @BamaCharanChhandogi, I'm willing to work on the prefix evaluation issue of this repo. After carefully considering the contribution guidelines, issue description, and language requirements, and my experience with `C/C++` for DSA and Competitive Programming; I'm excited to work on it. Please consider assigning this issue to me. I look forward to contributing to this project and helping resolve this problem. Although I'm a bit late, I want to assue you of my task effectiveness in completing this issue.
Author
Owner

@Jayan-Shah commented on GitHub (Oct 2, 2023):

Hello @BamaCharanChhandogi
I am willing to work on this current problem so please assign me this problem

@Jayan-Shah commented on GitHub (Oct 2, 2023): Hello @BamaCharanChhandogi I am willing to work on this current problem so please assign me this problem
Author
Owner

@CascadingCascade commented on GitHub (Oct 2, 2023):

There's no need to ask to be assigned or ask whether you can open a PR, if you can contribute, just write your code then open a PR. The contribution guidelines also mentioned this:

Issues Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers.
@CascadingCascade commented on GitHub (Oct 2, 2023): There's no need to ask to be assigned or ask whether you can open a PR, if you can contribute, just write your code then open a PR. The contribution guidelines also mentioned this: ``` Issues Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers. ```
Author
Owner

@github-actions[bot] commented on GitHub (Nov 22, 2023):

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions[bot] commented on GitHub (Nov 22, 2023): This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@github-actions[bot] commented on GitHub (Nov 30, 2023):

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions[bot] commented on GitHub (Nov 30, 2023): Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms) channel or our [Discord server](https://the-algorithms.com/discord/). Thank you for your contributions!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#167