TheAlgorithms-C/math
dsmurrow 0a5f5c61f7
feat: added extended Euclidean algorithm (#1238)
* chore: made it so math directory gets built

* feat: added extended Euclidean algorithm

* docs: added details qualifier

Co-authored-by: David Leal <halfpacho@gmail.com>

* docs: added param qualifiers to functions that needed them

* docs: added details qualifier

Co-authored-by: David Leal <halfpacho@gmail.com>

* docs: small cleanup

---------

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-04-13 15:33:10 -06:00
..
armstrong_number.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
cantor_set.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
cartesian_to_polar.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
catalan.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
CMakeLists.txt chore: add math to CMake lists (#1236) 2023-03-24 13:27:10 -06:00
collatz.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
euclidean_algorithm_extended.c feat: added extended Euclidean algorithm (#1238) 2023-04-13 15:33:10 -06:00
factorial_large_number.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
factorial_trailing_zeroes.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
factorial.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
fibonacci_dp.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
fibonacci_fast.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
fibonacci_formula.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
fibonacci.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
gcd.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
is_armstrong.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
large_factorials.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
lcm.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
lerp.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
palindrome.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
prime_factoriziation.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
prime_sieve.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
prime.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00
strong_number.c chore: move various misc folder... (#1177) 2022-12-22 11:26:50 -06:00