Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
Files | |
file | cantor_set.c |
Program to generate Cantor ternary set | |
file | collatz.c |
Implementation of Collatz' conjecture | |
file | factorial_large_number.c |
Compute factorial of arbitrarily large numbers by storing individual digits in a byte. | |
file | fibonacci_fast.c |
Compute \(m^{mth}\) Fibonacci number using the formulae: | |