C-Algorithms
C-Algorithms copied to clipboard
Diagonal difference
Two math algorithms:
- Compute the difference between the diagonals of a matrix.
- Compute factorial using iteration
I have also included a .gitignore to exclude executables.