mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
88a82991f2
* 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> |
||
---|---|---|
.. | ||
armstrong_number.c | ||
cantor_set.c | ||
cartesian_to_polar.c | ||
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 | ||
pid.c | ||
poly_add.c | ||
postfix_evaluation.c | ||
prime_factoriziation.c | ||
prime_seive.c | ||
prime.c | ||
quartile.c | ||
rselect.c | ||
strong_number.c | ||
sudoku_solver.c | ||
tower_of_hanoi.c | ||
union_find.c |