[PR #1307] Create prefix_evaluation.c #1906

Open
opened 2026-01-29 15:26:04 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/1307

State: closed
Merged: No


Description of Change

Prefix Evaluation implemented in C

References

Checklist

Notes: Implementation of Prefix Evaluation in C. It was earlier just available in python - https://the-algorithms.com/algorithm/prefix-evaluation

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/1307 **State:** closed **Merged:** No --- #### Description of Change Prefix Evaluation implemented in C #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Relevant documentation/comments is changed or added (https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: Implementation of Prefix Evaluation in C. It was earlier just available in python - https://the-algorithms.com/algorithm/prefix-evaluation
claunia added the pull-request label 2026-01-29 15:26:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1906