Skip to content

algoritmona/c-structures-and-algorithms

Repository files navigation

C Structures and Algorithms

I created this repo to have a personal reference whenever I need specific algorithms related to data structures and matrix operations in C.

Contents

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages