Skip to content
#

search-tree

Here are 24 public repositories matching this topic...

Tarefas para o aprendizado de algoritmos, da cadeira Algoritmo e Estrutura de Dados do curso de Sistemas de Informação (SI) do CIn da UFPE, cadeira cursada por mim em 2023.

  • Updated Mar 23, 2024
  • Python

The use of the PRIM algorithm to find a minimum spanning tree. The program uses the selected database in CSV format and converts it into a graph to find the minimum spanning tree through the Prim's Algorithm. The chosen database needed to be transformable into a connected, weighted, and undirected graph to ensure error-free processing.

  • Updated Mar 21, 2024
  • Python

Improve this page

Add a description, image, and links to the search-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the search-tree topic, visit your repo's landing page and select "manage topics."

Learn more