Iterative and Recursive Algorithms in C

2 years ago
3

Here's a short video describing some basic iterative and recursive algorithms in C. I go over how to compute the first digit of a given integer, as well as the factorial of a given integer using both methods, as well as the logic behind them.

Link to sample code: https://github.com/justinbornais/os-youtube/blob/main/c-programs/iterative-recursive.c

I hope you enjoy!

Loading comments...