TheAlgorithms-C-Plus-Plus/others
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
..
buzz_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_binary.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_hexadecimal.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
decimal_to_roman_numeral.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
fast_integer_input.cpp fix typo: (rename file) fast_interger_input -> fast_integer_input 2020-08-24 01:19:39 +05:30
happy_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
matrix_exponentiation.cpp formatting source-code for a190674131 2020-06-24 22:28:10 +00:00
palindrome_of_number.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
paranthesis_matching.cpp docs: Change variable names 2020-06-23 18:45:56 -05:00
pascal_triangle.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
postfix_evaluation.cpp feat: Added Postfix Evaluation (#1083) 2020-09-30 13:48:39 -05:00
primality_test.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
smallest_circle.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
sparse_matrix.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
spiral_print.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
stairs_pattern.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
tower_of_hanoi.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
vector_important_functions.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30