I created this repo to have a personal reference whenever I need specific algorithms related to data structures and matrix operations in C.
-
diagonal_principal.c — Sum of the main diagonal elements of a square matrix.
-
diagonal_secundaria.c — Sum of the secondary diagonal elements of a square matrix.
-
fila.c — Basic implementation of a queue (FIFO structure).
-
multiplicacao_matriz.c — Matrix multiplication algorithm.
-
soma_matrizes.c — Matrix addition algorithm.
-
subtracao_matriz.c — Matrix subtraction algorithm.