updating DIRECTORY.md

This commit is contained in:
github-actions[bot] 2023-04-27 03:47:48 +00:00
parent 4e169be75f
commit f3fa557f0b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* [Alaw](https://github.com/TheAlgorithms/C/blob/HEAD/audio/alaw.c) * [Alaw](https://github.com/TheAlgorithms/C/blob/HEAD/audio/alaw.c)
## Cipher ## Cipher
* [Affine](https://github.com/TheAlgorithms/C/blob/HEAD/cipher/affine.c)
* [Rot13](https://github.com/TheAlgorithms/C/blob/HEAD/cipher/rot13.c) * [Rot13](https://github.com/TheAlgorithms/C/blob/HEAD/cipher/rot13.c)
## Client Server ## Client Server
@ -182,6 +183,7 @@
* [Cartesian To Polar](https://github.com/TheAlgorithms/C/blob/HEAD/math/cartesian_to_polar.c) * [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) * [Catalan](https://github.com/TheAlgorithms/C/blob/HEAD/math/catalan.c)
* [Collatz](https://github.com/TheAlgorithms/C/blob/HEAD/math/collatz.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](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 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) * [Factorial Trailing Zeroes](https://github.com/TheAlgorithms/C/blob/HEAD/math/factorial_trailing_zeroes.c)