Skip to content

Commit c71b8be

Browse files
Update README.md
1 parent 6e0058e commit c71b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Program Name | Algorithm Name| Link to Program | Blog | YouTube
1818
--- | --- | --- | --- | ---
1919
recursive_division.c | Integer Division | [Program](https://github.com/randerson112358/C-Programs/blob/master/recursive_division.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=-K4Qnpku9mc&t=1s)
2020
multiplication_recursion_integers.c | Integer Multiplication | [Program](https://github.com/randerson112358/C-Programs/blob/master/multiplication_recursion_integers.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=9WDaU7pNBrY)
21-
fibonacci.c | Fibonacci | [Program](https://github.com/randerson112358/C-Programs/blob/master/fibonacci.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=s3SxZtOizxM)
21+
fibonacci.c | Fibonacci | [Program](https://github.com/randerson112358/C-Programs/blob/master/fibonacci.c) | [Blog](https://medium.com/@randerson112358/programming-fibonacci-b3320af3cf57)| [Watch on YouTube](https://www.youtube.com/watch?v=s3SxZtOizxM)
2222
power_function_recursion.c | Power Function | [Program](https://github.com/randerson112358/C-Programs/blob/master/power_function_recursion.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=s3SxZtOizxM)
2323
isSorted.c | Check If Array Is Sorted | [Program](https://github.com/randerson112358/C-Programs/blob/master/isSorted.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=VaqC-PUcZxo&list=PLBhJnyA0V0uIVRAfU_PnWKNZ3VjhuU_kB&index=7&t=1s)
2424
recursiveLog.c | Integer Logarithm | [Program](https://github.com/randerson112358/C-Programs/blob/master/recursiveLog.c) | [Blog](http://everythingcomputerscience.com/discrete_mathematics/Recurssion.html)| [Watch on YouTube](https://www.youtube.com/watch?v=JGp_CgMGUYM&list=PLBhJnyA0V0uIVRAfU_PnWKNZ3VjhuU_kB&index=9)

0 commit comments

Comments
 (0)