mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
bcf79e259a
* 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> |
||
---|---|---|
.. | ||
buzz_number.cpp | ||
CMakeLists.txt | ||
decimal_to_binary.cpp | ||
decimal_to_hexadecimal.cpp | ||
decimal_to_roman_numeral.cpp | ||
fast_integer_input.cpp | ||
happy_number.cpp | ||
matrix_exponentiation.cpp | ||
palindrome_of_number.cpp | ||
paranthesis_matching.cpp | ||
pascal_triangle.cpp | ||
postfix_evaluation.cpp | ||
primality_test.cpp | ||
smallest_circle.cpp | ||
sparse_matrix.cpp | ||
spiral_print.cpp | ||
stairs_pattern.cpp | ||
tower_of_hanoi.cpp | ||
vector_important_functions.cpp |