TheAlgorithms-C/misc
Kumar Yash 88a82991f2
feat: add postfix evaluation algorithm (#890)
* add infix to postfix converter algorithm

* docs: documentation changes

* docs: documentation changes

* updating DIRECTORY.md

* docs: documentation changes

* fix: continuous integration

* [test, docs]: add test case, documentation changes

* docs: documentation changes

* fix: continuous integration

* docs: documentation changes

* docs: documentation changes

* test: add new test

* feat: add postfix evaluation algorithm

* updating DIRECTORY.md

* fix: increase stack size

* fix: change data type

* add: parse feature

* fix: CodeQL

* docs: documentation changes

* remove unnecessary code

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-10-25 23:10:53 +05:30
..
armstrong_number.c
cantor_set.c
cartesian_to_polar.c set initial value to avoid error 2020-07-10 23:59:51 -04:00
catalan.c
CMakeLists.txt
collatz.c
demonetization.c
factorial_large_number.c
factorial_trailing_zeroes.c
factorial.c
fibonacci_dp.c
fibonacci_fast.c
fibonacci.c
gcd.c
is_armstrong.c
large_factorials.c
lcm.c
lerp.c
lexicographic_permutations.c
longest_subsequence.c
mirror.c
palindrome.c add isPalindrome function 2020-07-14 09:28:34 +08:00
pid.c
poly_add.c feat:Add Polynomial Addition (#600) 2020-09-18 12:23:49 -05:00
postfix_evaluation.c feat: add postfix evaluation algorithm (#890) 2021-10-25 23:10:53 +05:30
prime_factoriziation.c
prime_seive.c feat: created prime_seive.c (#708) 2020-11-26 06:34:21 -05:00
prime.c * fix doc 2020-08-14 08:11:57 +08:00
quartile.c
rselect.c
strong_number.c clang-tidy fixes for c259ac4c32 2020-08-14 00:14:30 +00:00
sudoku_solver.c
tower_of_hanoi.c
union_find.c fix lgtm error and add basic docs 2020-07-11 00:10:22 -04:00