mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-23 13:59:39 +03:00
updating DIRECTORY.md
This commit is contained in:
parent
4e169be75f
commit
f3fa557f0b
@ -3,6 +3,7 @@
|
||||
* [Alaw](https://github.com/TheAlgorithms/C/blob/HEAD/audio/alaw.c)
|
||||
|
||||
## Cipher
|
||||
* [Affine](https://github.com/TheAlgorithms/C/blob/HEAD/cipher/affine.c)
|
||||
* [Rot13](https://github.com/TheAlgorithms/C/blob/HEAD/cipher/rot13.c)
|
||||
|
||||
## Client Server
|
||||
@ -182,6 +183,7 @@
|
||||
* [Cartesian To Polar](https://github.com/TheAlgorithms/C/blob/HEAD/math/cartesian_to_polar.c)
|
||||
* [Catalan](https://github.com/TheAlgorithms/C/blob/HEAD/math/catalan.c)
|
||||
* [Collatz](https://github.com/TheAlgorithms/C/blob/HEAD/math/collatz.c)
|
||||
* [Euclidean Algorithm Extended](https://github.com/TheAlgorithms/C/blob/HEAD/math/euclidean_algorithm_extended.c)
|
||||
* [Factorial](https://github.com/TheAlgorithms/C/blob/HEAD/math/factorial.c)
|
||||
* [Factorial Large Number](https://github.com/TheAlgorithms/C/blob/HEAD/math/factorial_large_number.c)
|
||||
* [Factorial Trailing Zeroes](https://github.com/TheAlgorithms/C/blob/HEAD/math/factorial_trailing_zeroes.c)
|
||||
|
Loading…
Reference in New Issue
Block a user