mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
88726b9425
* added power algorithm * updating DIRECTORY.md * make test function static Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power_recursion.c Co-authored-by: David Leal <halfpacho@gmail.com> * Update misc/power.c Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.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 | ||
power_recursion.c | ||
power.c | ||
prime_factoriziation.c | ||
prime.c | ||
quartile.c | ||
rselect.c | ||
strong_number.c | ||
sudoku_solver.c | ||
tower_of_hanoi.c | ||
union_find.c |