updating DIRECTORY.md

This commit is contained in:
github-actions 2020-04-28 22:30:04 +00:00
parent f0465347ae
commit 3b4e2868ce

View File

@ -176,7 +176,7 @@
* [Collatz](https://github.com/kvedala/C/blob/master/misc/Collatz.c)
* [Demonetization](https://github.com/kvedala/C/blob/master/misc/demonetization.c)
* [Factorial](https://github.com/kvedala/C/blob/master/misc/Factorial.c)
* [Factorial Fast](https://github.com/kvedala/C/blob/master/misc/factorial_fast.c)
* [Factorial Large Number](https://github.com/kvedala/C/blob/master/misc/factorial_large_number.c)
* [Factorial Trailing Zeroes](https://github.com/kvedala/C/blob/master/misc/factorial_trailing_zeroes.c)
* [Fibonacci](https://github.com/kvedala/C/blob/master/misc/Fibonacci.c)
* [Fibonacci Dp](https://github.com/kvedala/C/blob/master/misc/Fibonacci_DP.c)