mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-29 04:53:55 +08:00
feat: Added Postfix Evaluation (#1083)
* feat:Added Postfix evaluation * updating DIRECTORY.md * Fixed global variable name and stack def * Fixed c from int to float * Fixed clang-tidy * Modified code for larger values * Added string header * Suggested changes * Fixed clang-tidy * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Added description for class * Fixed function calling * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Updated evaluate function documentation * Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> * Update others/postfix_evaluation.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update others/postfix_evaluation.cpp Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: Darshana-Sarma <lownish@hotmail.com> Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
@@ -190,6 +190,7 @@
|
||||
* [Palindrome Of Number](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/palindrome_of_number.cpp)
|
||||
* [Paranthesis Matching](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/paranthesis_matching.cpp)
|
||||
* [Pascal Triangle](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/pascal_triangle.cpp)
|
||||
* [Postfix Evaluation](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/postfix_evaluation.cpp)
|
||||
* [Primality Test](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/primality_test.cpp)
|
||||
* [Smallest Circle](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/smallest_circle.cpp)
|
||||
* [Sparse Matrix](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/others/sparse_matrix.cpp)
|
||||
|
||||
Reference in New Issue
Block a user