Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.14 KB

Matriz de Adjacência


Trabalho de faculdade em C sobre matriz de adjacência

Código feito para um trabalho na faculdade com intuito de criar uma matriz de adjacência, em C, de um grafo valorado onde os vértices são representados por letras e tendo as funções de adicionar e remover nós, verificar existência de caminhos e printar todos os caminhos no modelo nó - valor - nó; Ex: A - 5 - B. Baseado no grafo abaixo.

Imagem do WhatsApp de 2024-04-22 à(s) 19 17 37_7e9e14e7


Adjacency Matrix


College work in C about adjacency matrix

Code made for a college work with the intention of creating an adjacency matrix, in C, of a weighted graph where the vertices are represented by letters and having the functions of adding and removing nodes, verifying the existence of paths and printing all paths in the node - value - node model; Ex: A - 5 - B. Based in the graph below.

Imagem do WhatsApp de 2024-04-22 à(s) 19 17 37_7e9e14e7