4 Commits

Author SHA1 Message Date
Piotr Idzik
e72b7aa4e8 fix: handle wrong inputs in postfix_evaluation (#3005) 2025-09-26 12:32:31 +00:00
Piotr Idzik
07663b019b refactor: input size should not be a template argument in postfix_evaluation (#2996) 2025-09-25 07:13:04 +00:00
Piotr Idzik
3aafade824 fix: remove potential segv from postfix_evaluation.cpp (#2995) 2025-09-10 03:12:28 +00:00
Darshana Sarma
bcf79e259a 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>
2020-09-30 13:48:39 -05:00