mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
* 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>