An open API service indexing awesome lists of open source software.

https://github.com/megave/dsa-3-tasks

My solution for the proposed tasks from the Data Structures and Algorithms III discipline, during the 3rd period of the course | Resolução minha dos trabalhos propostos durante a disciplina de Algoritmos e Estruturas de Dados III no 3º Período do curso
https://github.com/megave/dsa-3-tasks

graph-algorithms heuristic-algorithm

Last synced: 5 months ago
JSON representation

My solution for the proposed tasks from the Data Structures and Algorithms III discipline, during the 3rd period of the course | Resolução minha dos trabalhos propostos durante a disciplina de Algoritmos e Estruturas de Dados III no 3º Período do curso

Awesome Lists containing this project

README

          

# DSA 3 Tasks (Trabalhos de AEDS III)
My solution for the proposed tasks from the Data Structures and Algorithms III discipline, during the 3rd period of the course | Resolução minha dos trabalhos propostos durante a disciplina de Algoritmos e Estruturas de Dados III no 3º Período do curso

## 1 - Task 1 (Atividade 1)

Development of a C++ script which reads a graph and calculates it's Minimal Tree.

(Desenvolvimento de um script em C++ para ler um grafo e encontrar sua Árvore Mínima.)

## 2 - Task 2 (Atividade 2)

Development of a C++ script which calculates the distance between each pair of vertices of a non-complete graph, using Floyd-Warshall's Algorythm.

(Desenvolvimento de um script em C++ para calcular a distância entre cada par de vértices de um grafo não-completo com o Algoritmo Floyd-Warshall.)